login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A059785
a(n+1) = prevprime(a(n)^2). Largest prime prior to the square of previous prime. Initial value = 2.
6
2, 3, 7, 47, 2207, 4870843, 23725111530599, 562880917139361624513298747, 316834926879648887020732217199607668221645859671769857
OFFSET
1,1
COMMENTS
The next term is too large to show here - see the b-file.
LINKS
Franklin T. Adams-Watters, Table of n, a(n) for n = 1..12
MATHEMATICA
NestList[NextPrime[#^2, -1]&, 2, 10] (* Harvey P. Dale, Jan 16 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Feb 22 2001
EXTENSIONS
Offset and some values corrected by Franklin T. Adams-Watters, Jul 30 2009
STATUS
approved