The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135128 Numbers such that the digital sums in bases 2, 3, 5 and 10 all are equal. 1
1, 12250, 12251, 23230, 23231, 32410, 32411, 45010, 45011, 51130, 51131, 52030, 52031, 54010, 54011, 100053, 100090, 100091, 100305, 102250, 102251, 107002, 107003, 110134, 110170, 110171, 110350, 110351, 110460, 110461, 113050, 113051 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(2)=12250 since ds_2(12250 )=ds_3(12250 )=ds_5(12250 )=ds_10(12250 )=10, where ds_x=digital sum base x.
MATHEMATICA
Select[Range[32000], Total[IntegerDigits[#, 2]] == Total[IntegerDigits[#, 3]] == Total[IntegerDigits[#, 5]] == Total[IntegerDigits[#, 10]] &] (* G. C. Greubel, Sep 28 2016 *)
Select[Range[120000], Length[Union[Total/@IntegerDigits[#, {2, 3, 5, 10}]]]==1&] (* Harvey P. Dale, Mar 30 2024 *)
CROSSREFS
Sequence in context: A104791 A338950 A204873 * A166000 A252500 A252497
KEYWORD
nonn,base
AUTHOR
Hieronymus Fischer, Dec 31 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 9 15:31 EDT 2024. Contains 373248 sequences. (Running on oeis4.)