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!)
A181382 The (10^n)-th lucky number. 1
1, 33, 613, 8809, 115591, 1429431, 16990171, 196502733, 2228124073, 24887020821 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
t = 2 Range@8500000 - 1; f[n_] := Block[{k = t[[n]]}, t = Delete[t, Table[{k}, {k, k, Length@t, k}]]]; Do[f@n, {n, 2, 100000}]; Table[ t[[10^n]], {n, 0, 6}]
PROG
(Perl) use ntheory ":all"; say "$_ ", nth_lucky(10**$_) for 0..8; # Dana Jacobsen, Dec 21 2018
CROSSREFS
Cf. A000959.
Sequence in context: A172362 A080597 A076684 * A252926 A225970 A004328
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Oct 16 2010
EXTENSIONS
a(7) from Donovan Johnson, Oct 16 2010
a(8)-a(9) from Dana Jacobsen, Dec 21 2018
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 3 16:56 EDT 2024. Contains 373063 sequences. (Running on oeis4.)