A212557 Primes p such that (p, p-9) is an irregular pair.
67, 877
Offset: 1
Links
- Joe Buhler and David Harvey, Irregular primes to 163 million, 2009.
- W. Johnson, Irregular primes and Cyclotomic Invariants, Math. Comp., 1975, Vol. 29, No. 129, pp. 113-120.
Crossrefs
Programs
-
PARI
is(n)=lift(Mod(numerator(bernfrac(n-9)), n)==0) forprime(p=8, , if(is(p), print1(p, ", "))) \\ Felix Fröhlich, Jan 19 2015
Comments