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

A370659
Numbers k such that (4^k + 4*k)/4 is prime.
1
1, 3, 67, 247, 471, 1027, 6883, 11673
OFFSET
1,2
COMMENTS
If it exists, a(9) > 75000.
PROG
(PARI) is(n) = ispseudoprime(4^(n-1)+n)
CROSSREFS
Sequence in context: A041983 A263549 A225191 * A201857 A294395 A342505
KEYWORD
nonn,hard,more
AUTHOR
Hugo Pfoertner, Feb 27 2024
STATUS
approved