OFFSET
1,1
COMMENTS
Consists of 3 and a subsequence of A045349.
These are the primes of the form A067720(k)+1. - Michel Marcus, Nov 21 2020
FORMULA
a(n) = sqrt(A127436(n)-1) + 1.
MATHEMATICA
Select[Prime@Range[300], PrimeQ[(# - 1)^2 + 1] &] (* Ray Chandler, Jan 23 2007 *)
PROG
(PARI) listp(nn) = {forprime(p=2, nn, if (isprime((p-1)^2 + 1), print1(p, ", ")); ); } \\ Michel Marcus, Jun 08 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, Jan 14 2007
EXTENSIONS
Corrected and extended by Ray Chandler, Jan 23 2007
STATUS
approved