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!)
A054774 Numbers of the form 2^i*5^j where i+j is odd. 2
2, 5, 8, 20, 32, 50, 80, 125, 128, 200, 320, 500, 512, 800, 1250, 1280, 2000, 2048, 3125, 3200, 5000, 5120, 8000, 8192, 12500, 12800, 20000, 20480, 31250, 32000, 32768, 50000, 51200, 78125, 80000, 81920, 125000, 128000, 131072, 200000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
m is in the sequence iff m/10 is already in the sequence or m is an odd power of 2 or 5.
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = 35/36. - Amiram Eldar, Feb 18 2021
MATHEMATICA
max = 200000; Reap[Do[k = 2^i*5^j; If[k <= max && OddQ[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 A026424 and A003592.
Sequence in context: A243094 A076870 A127281 * A360771 A104721 A245191
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, May 19 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 June 7 20:29 EDT 2024. Contains 373206 sequences. (Running on oeis4.)