login
A123693
Primes p such that p^2 divides 7^(p-1) - 1.
25
OFFSET
1,1
COMMENTS
Dorais and Klyve proved that there are no further terms up to 9.7*10^14.
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.
MATHEMATICA
Select[Prime[Range[1000000]], PowerMod[7, # - 1, #^2] == 1 &] (* Robert Price, May 17 2019 *)
KEYWORD
bref,hard,nonn,more
AUTHOR
Max Alekseyev, Oct 07 2006
EXTENSIONS
Updated by Max Alekseyev, Jan 29 2012
STATUS
approved