A248865 Primes p that set a new record for the number of bases 1 < b < p for which p is a base-b Wieferich prime.
2, 11, 269, 487, 653, 1093, 3511, 1006003
Offset: 1
Crossrefs
Programs
-
PARI
my(r=-1); forprime(p=2, , my(b=2, i=0); while(b < p, if(Mod(b, p^2)^(p-1)==1, i++); b++); if(i > r, print1(p, ", "); r=i)) \\ changed to include a(1) = 2 by Jianing Song, Feb 07 2019
Extensions
a(1) = 2 inserted by Jianing Song, Feb 07 2019
Comments