A325885 Bases b where exactly nine primes p with p < b exist such that p is a base-b Wieferich prime.
10768, 24599, 27557, 29957, 33301, 35397, 45009, 49085, 55241, 60661, 63290, 69389, 89101, 90607, 93657, 101305, 103751, 105657, 117618, 120473, 123824, 126449, 129473, 132857, 133524, 133948, 138149, 138896, 143882, 147717, 150793, 152985, 159317, 168920
Offset: 1
Keywords
Crossrefs
Programs
-
PARI
is(n) = my(i=0); forprime(p=1, n-1, if(Mod(n, p^2)^(p-1)==1, i++)); i==9
Comments