A214658 Numbers n such that 24^n - 23^n is prime or a strong pseudoprime.
2, 3, 31, 40519, 51061
Offset: 1
Crossrefs
Programs
-
Mathematica
Select[Range[10^5], PrimeQ[24^#-23^# ]&]
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[24^#-23^# ]&]
Comments