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!)
A022451 a(1) = 3; a(n+1) = a(n)-th composite. 4
3, 8, 15, 25, 38, 55, 77, 105, 140, 183, 235, 298, 372, 462, 566, 692, 838, 1007, 1205, 1432, 1698, 2002, 2352, 2755, 3210, 3731, 4322, 4990, 5747, 6601, 7562, 8638, 9854, 11211, 12731, 14422, 16315, 18425, 20765, 23372, 26258, 29460, 32998, 36912, 41229 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
C. Kimberling, Fractal sequences and interspersions, Ars Combinatoria, vol. 45 p 157 1997.
LINKS
C. Kimberling, Interspersions
MATHEMATICA
g[ n_Integer ] := (k = n + PrimePi[ n ] + 1; While[ k - PrimePi[ k ] - 1, k++ ]; k); NestList[ g, 3, 45 ]
With[{comps=Complement[Range[80000], Prime[Range[PrimePi[80000]]]]}, NestList[comps[[#+1]]&, 3, 50]] (* Harvey P. Dale, Mar 17 2012 *)
CROSSREFS
Sequence in context: A060615 A274696 A367064 * A212772 A238806 A080181
KEYWORD
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 September 7 08:55 EDT 2024. Contains 375730 sequences. (Running on oeis4.)