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!)
A025633 Numbers of form 8^i*9^j, with i, j >= 0. 5
1, 8, 9, 64, 72, 81, 512, 576, 648, 729, 4096, 4608, 5184, 5832, 6561, 32768, 36864, 41472, 46656, 52488, 59049, 262144, 294912, 331776, 373248, 419904, 472392, 531441, 2097152, 2359296, 2654208, 2985984, 3359232, 3779136, 4251528, 4782969 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = (8*9)/((8-1)*(9-1)) = 9/7. - Amiram Eldar, Sep 25 2020
a(n) ~ exp(sqrt(2*log(8)*log(9)*n)) / sqrt(72). - Vaclav Kotesovec, Sep 25 2020
MATHEMATICA
n = 10^6; Flatten[Table[8^i*9^j, {i, 0, Log[8, n]}, {j, 0, Log[9, n/8^i]}]] // Sort (* Amiram Eldar, Sep 25 2020 *)
PROG
(PARI) list(lim)=my(v=List(), N); for(n=0, logint(lim\=1, 9), N=9^n; while(N<=lim, listput(v, N); N<<=3)); Set(v) \\ Charles R Greathouse IV, Jan 10 2018
CROSSREFS
Subsequence of A025611 and A025615.
Sequence in context: A042873 A342614 A033045 * A249697 A038287 A229095
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 April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)