login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092922 a(1) = prime(1), a(2) = prime(prime( a(1) )), a(3) = prime(prime(prime( a(2) ))), a(4) = prime(prime(prime(prime( a(3) )))), etc. 0
2, 5, 127, 648391, 2428095424619 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

ithprime(1); ithprime(ithprime(%)); ithprime(ithprime(ithprime(%))); ithprime(ithprime(ithprime(ithprime(%))));

MATHEMATICA

a[1] = 2; a[n_] := Nest[Prime, a[n - 1], n]; Table[ a[n], {n, 5}] (from Robert G. Wilson v Dec 24 2004)

CROSSREFS

Cf. A007097, the primeth recurrence.

Sequence in context: A015172 A132526 A175978 * A093865 A139484 A088271

Adjacent sequences:  A092919 A092920 A092921 * A092923 A092924 A092925

KEYWORD

nonn

AUTHOR

Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Apr 17 2004

EXTENSIONS

a(5) from Robert G. Wilson v Dec 24 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 05:41 EST 2012. Contains 205570 sequences.