A214655 Numbers n such that 25^n - 24^n is prime or a strong pseudoprime.
3, 5, 29, 54799
Offset: 1
Crossrefs
Programs
-
Mathematica
Select[Range[10^5], PrimeQ[25^#-24^# ]&]
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.
Select[Range[10^5], PrimeQ[25^#-24^# ]&]
Comments