A062626 Numbers k such that 60^k - 59^k is prime.
4663, 8839, 14779
Offset: 1
Links
- H. Lifchitz, R. Lifchitz, PRP top records (of the form 60^n-59^n)
Programs
-
PARI
is(n)=ispseudoprime(60^n-59^n) \\ Charles R Greathouse IV, Jun 13 2017
Extensions
a(3) from Robert Price, Mar 01 2013
Comments