A062629 Numbers k such that 63^k - 62^k is prime.
3, 59, 3499, 3571
Offset: 1
Programs
-
PARI
is(n)=ispseudoprime(63^n-62^n) \\ Charles R Greathouse IV, Jun 13 2017
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
is(n)=ispseudoprime(63^n-62^n) \\ Charles R Greathouse IV, Jun 13 2017
Comments