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!)
A025624 Numbers of form 5^i*9^j, with i, j >= 0. 2
1, 5, 9, 25, 45, 81, 125, 225, 405, 625, 729, 1125, 2025, 3125, 3645, 5625, 6561, 10125, 15625, 18225, 28125, 32805, 50625, 59049, 78125, 91125, 140625, 164025, 253125, 295245, 390625, 455625, 531441, 703125, 820125, 1265625, 1476225, 1953125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = (5*9)/((5-1)*(9-1)) = 45/32. - Amiram Eldar, Sep 24 2020
a(n) ~ exp(sqrt(2*log(5)*log(9)*n)) / sqrt(45). - Vaclav Kotesovec, Sep 24 2020
MATHEMATICA
f[upto_]:=Module[{maxi=Ceiling[Log[5, upto]], maxj=Ceiling[Log[9, upto]], s}, s=Union[Flatten[Outer[Times, 5^Range[0, maxi], 9^Range[0, maxj]]]]; Select[s, #<=upto&]]; f[2000000] (* Harvey P. Dale, Mar 27 2011 *)
CROSSREFS
Subsequence of A003593.
Sequence in context: A147192 A259665 A284285 * A147496 A147383 A276918
KEYWORD
easy,nonn
AUTHOR
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 July 16 23:11 EDT 2024. Contains 374360 sequences. (Running on oeis4.)