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

A243934
Numbers k such that 6^k + k^6 + 1 is prime.
2
0, 2, 4, 14, 22, 26, 36, 216, 354, 874, 1018, 2798, 6116, 6574, 6922, 8090, 8398, 12866, 20816, 54810
OFFSET
1,2
MATHEMATICA
Select[Range[0, 1000], PrimeQ[6^# + #^6 + 1] &]
PROG
(PARI) is(n)=ispseudoprime(6^n+n^6+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Vaclav Kotesovec, Jun 15 2014
EXTENSIONS
a(19) from Vaclav Kotesovec, Jun 16 2014
a(20) from Michael S. Branicky, Oct 12 2024
STATUS
approved