A123693 Primes p such that p^2 divides 7^(p-1) - 1.
5, 491531
Offset: 1
Links
- Amir Akbary and Sahar Siavashi, The Largest Known Wieferich Numbers, INTEGERS, 18(2018), A3. See Table 1 p. 5.
- F. G. Dorais and D. Klyve, A Wieferich prime search up to p < 6.7*10^15, J. Integer Seq. 14 (2011), Art. 11.9.2, 1-14.
- W. Keller and J. Richstein, Fermat quotients q_p(a) that are divisible by p.
Programs
-
Mathematica
Select[Prime[Range[1000000]], PowerMod[7, # - 1, #^2] == 1 &] (* Robert Price, May 17 2019 *)
Extensions
Updated by Max Alekseyev, Jan 29 2012
Comments