A062650 Numbers k such that 84^k - 83^k is prime.
2, 41, 67, 7699, 12409
Offset: 1
Programs
-
PARI
is(n)=ispseudoprime(84^n-83^n) \\ Charles R Greathouse IV, Jun 13 2017
Extensions
a(5) from Derek Orr, Sep 22 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(84^n-83^n) \\ Charles R Greathouse IV, Jun 13 2017
Comments