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!)
A054901 Numbers of the form 2^i*5^j where i+j is even. 1
1, 4, 10, 16, 25, 40, 64, 100, 160, 250, 256, 400, 625, 640, 1000, 1024, 1600, 2500, 2560, 4000, 4096, 6250, 6400, 10000, 10240, 15625, 16000, 16384, 25000, 25600, 40000, 40960, 62500, 64000, 65536, 100000, 102400, 156250, 160000, 163840 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
m is in the sequence iff m/10 is already in the sequence or m is a power of 4 or 25.
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = 55/36. - Amiram Eldar, Feb 18 2021
MATHEMATICA
max = 200000; Reap[Do[k = 2^i*5^j; If[k <= max && EvenQ[i + j], Sow[k]], {i, 0, Log[2, max] // Ceiling}, {j, 0, Log[5, max] // Ceiling}]][[2, 1]] // Union (* Amiram Eldar, Feb 18 2021 after Jean-François Alcover at A036667 *)
CROSSREFS
Intersection of A028260 and A003592.
Sequence in context: A277368 A067274 A331081 * A019574 A095273 A076577
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, May 23 2000
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 March 28 11:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)