editing
approved
editing
approved
Numbers n k such that (8^n k + 5^nk)/13 is prime.
a(8) > 10^5 . - _Robert Price, _, Jan 21 2013
approved
editing
editing
approved
(PARI) is(n)=isprime((8^n+5^n)/13) \\ Charles R Greathouse IV, Feb 17 2017
approved
editing
proposed
approved
editing
proposed
7, 19, 167, 173, 223, 281, 21647
a(8) > 10^5 - Robert Price, Jan 21 2013
a(7) from Robert Price, Jan 21 2013
approved
editing
_Alexander Adamchuk (alex(AT)kolmogorov.com), _, Feb 27 2007
All terms are primeprimes.
hard,more,nonn,new
Numbers n such that (8^n + 5^n)/13 is prime.
7, 19, 167, 173, 223, 281
1,1
All terms are prime.
k=8; Do[p=Prime[n]; f=(k^p+5^p)/(k+5); If[ PrimeQ[f], Print[p] ], {n, 1, 100}]
hard,more,nonn
Alexander Adamchuk (alex(AT)kolmogorov.com), Feb 27 2007
approved