login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A121979
Numbers n such that (2n^2)^4 + 1 is prime.
1
1, 11, 12, 20, 24, 27, 28, 34, 40, 44, 61, 74, 79, 82, 95, 96, 119, 131, 136, 147, 148, 156, 164, 170, 173, 180, 187, 209, 211, 238, 252, 255, 269, 279, 299, 328, 337, 340, 343, 371, 379, 380, 388, 397, 413, 452, 462, 473, 476, 483, 516, 522, 527, 530, 539, 572
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
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
Cf. A000068.
Sequence in context: A105744 A092096 A057303 * A109372 A066686 A125887
KEYWORD
nonn,easy
AUTHOR
Alexander Adamchuk, Sep 10 2006
STATUS
approved