OFFSET
1,2
REFERENCES
Dubner, Harvey. "Generalized Fermat primes." J. Recreational Math., 18 (1985): 279-280.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
T. D. Noe, Table of n, a(n) for n=1..10000
MATHEMATICA
Select[Range[1300], PrimeQ[#^8+1]&] (* Harvey P. Dale, Mar 31 2011 *)
PROG
(PARI) isA006314(n) = isprime(n^8+1) \\ Michael B. Porter, Mar 24 2010
(Magma) [n: n in [0..2000] | IsPrime(n^8+1)]; Vincenzo Librandi, Nov 18 2010
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from James A. Sellers, May 03 2000
STATUS
approved