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!)
A337801 Numbers of the form (2^i)*(5^j) or (3^i)*(5^j). 4
1, 2, 3, 4, 5, 8, 9, 10, 15, 16, 20, 25, 27, 32, 40, 45, 50, 64, 75, 80, 81, 100, 125, 128, 135, 160, 200, 225, 243, 250, 256, 320, 375, 400, 405, 500, 512, 625, 640, 675, 729, 800, 1000, 1024, 1125, 1215, 1250, 1280, 1600, 1875, 2000, 2025, 2048, 2187, 2500 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Union of A003592 and A003593.
LINKS
FORMULA
a(n) ~ exp(sqrt(2*log(2)*log(3)*log(5)*n / log(6))) / sqrt(5).
Sum_{n>=1} 1/a(n) = 25/8. - Amiram Eldar, Sep 23 2020
MATHEMATICA
n = 10^4; Join[Table[2^i*5^j, {i, 0, Log[2, n]}, {j, 0, Log[5, n/2^i]}], Table[3^i*5^j, {i, 0, Log[3, n]}, {j, 0, Log[5, n/3^i]}]] // Flatten // Union (* Amiram Eldar, Sep 23 2020 *)
CROSSREFS
Sequence in context: A329574 A087278 A054220 * A116214 A161389 A266118
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Sep 22 2020
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 April 19 03:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)