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”).

A305836
Numbers k such that (2^k-1)^4 + 2 is prime.
0
0, 1, 2, 4, 6, 10, 12, 30, 78, 244, 490, 760, 1808, 4790, 34330
OFFSET
1,3
COMMENTS
a(16) > 10^5. - Robert Price, Jul 21 2018
MATHEMATICA
Select[Range@ 2000, PrimeQ[(2^# - 1)^4 + 2] &] (* Michael De Vlieger, Jun 11 2018 *)
PROG
(PARI) is(n)=ispseudoprime((2^n-1)^4+2)
CROSSREFS
Cf. A128832 ((2^n-1)^4).
Sequence in context: A100195 A032396 A271884 * A233349 A233556 A087148
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(14) from Vaclav Kotesovec, Jun 16 2018
a(15) from Robert Price, Jun 20 2018
STATUS
approved