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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059784 a(n+1)=nextprime(a(n)^2). Smallest prime following the square of previous prime. Initial value = 2. 2
2, 5, 29, 853, 727613, 529420677791, 280286254072681840639693, 78560384222095957698731679318817728959447134363 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Charles R Greathouse IV, Table of n, a(n) for n = 0..11

FORMULA

a(n) = floor[1.52469996053809435992336357568842116222022362319977121984572...^(2^n)], similar to Mills Primes A051254. - Henry Bottomley (se16(AT)btinternet.com), Oct 19 2003

MATHEMATICA

PrimeNext[n_]:=Module[{k}, k=n+1; While[ !PrimeQ[k], k++ ]; k]; p=2; lst={p}; Do[p=PrimeNext[p*p]; AppendTo[lst, p], {n, 8}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 27 2009]

CROSSREFS

Cf. A006992, A055496, A005384, A005385.

Sequence in context: A064098 A181078 A098717 * A000283 A121910 A073833

Adjacent sequences:  A059781 A059782 A059783 * A059785 A059786 A059787

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Feb 22 2001

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 17 16:00 EST 2012. Contains 206050 sequences.