A062665 Numbers k such that 99^k - 98^k is prime.
2, 709
Offset: 1
Programs
-
PARI
is(n)=ispseudoprime(99^n-98^n) \\ Charles R Greathouse IV, Sep 04 2014
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(99^n-98^n) \\ Charles R Greathouse IV, Sep 04 2014
Comments