OFFSET
1,2
COMMENTS
Corresponding primes of the form (2n^2)^4 + 1 are {17, 3429742097, 6879707137, 409600000001, ...}.
There are consecutive twin pairs {a(n),a(n+1)} = {11,12}, {27,28}, {95,96},{147,148}, ...
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
MATHEMATICA
Select[Range[1000], PrimeQ[(2*#1^2)^4+1]&]
PROG
(PARI) is(n)=isprime((2*n^2)^4+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alexander Adamchuk, Sep 10 2006
STATUS
approved