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!)
A025621 Numbers of form 4^i*10^j, with i, j >= 0. 14
1, 4, 10, 16, 40, 64, 100, 160, 256, 400, 640, 1000, 1024, 1600, 2560, 4000, 4096, 6400, 10000, 10240, 16000, 16384, 25600, 40000, 40960, 64000, 65536, 100000, 102400, 160000, 163840, 256000, 262144, 400000, 409600, 640000, 655360, 1000000, 1024000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
FORMULA
Sum_{n>=1} 1/a(n) = (4*10)/((4-1)*(10-1)) = 40/27. - Amiram Eldar, Sep 25 2020
a(n) ~ exp(sqrt(2*log(4)*log(10)*n)) / sqrt(40). - Vaclav Kotesovec, Sep 25 2020
MATHEMATICA
n = 10^6; Flatten[Table[4^i*10^j, {i, 0, Log[4, n]}, {j, 0, Log10[n/4^i]}]] // Sort (* Amiram Eldar, Sep 25 2020 *)
PROG
(PARI) list(lim)=my(v=List(), N); for(n=0, logint(lim\=1, 10), N=10^n; while(N<=lim, listput(v, N); N<<=2)); Set(v) \\ Charles R Greathouse IV, Jan 10 2018
CROSSREFS
Subsequence of A025612.
Sequence in context: A333904 A163389 A172126 * A056486 A233452 A061682
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)