A325881 Bases b where exactly five primes p with p < b exist such that p is a base-b Wieferich prime.
99, 161, 226, 293, 313, 424, 521, 557, 577, 606, 632, 649, 753, 757, 821, 874, 901, 925, 937, 1030, 1033, 1081, 1108, 1116, 1149, 1342, 1443, 1457, 1524, 1549, 1557, 1586, 1618, 1668, 1777, 1921, 1927, 1929, 1993, 2039, 2060, 2061, 2069, 2077, 2098, 2141, 2269
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==5
Comments