Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A059784
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A059784 a(n+1)=nextprime(a(n)^2). Smallest prime following the square of previous prime. Initial value = 2. +0
2
2, 5, 29, 853, 727613, 529420677791, 280286254072681840639693, 78560384222095957698731679318817728959447134363 (list; graph; listen)
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: A098026 A064098 A098717 this_sequence A000283 A121910 A073833

Adjacent sequences: A059781 A059782 A059783 this_sequence A059785 A059786 A059787

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research