A215632 Numbers n such that 44^n - 43^n is prime or PRP.
37, 283, 62903
Offset: 1
Programs
-
PARI
is(n)=ispseudoprime(44^n-43^n) \\ Charles R Greathouse IV, Jun 06 2017
Extensions
Edited by M. F. Hasler, Sep 21 2013
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(44^n-43^n) \\ Charles R Greathouse IV, Jun 06 2017
Comments