A178814 (n^(p-1) - 1)/p^2 mod p, where p is the first prime that divides (n^(p-1) - 1)/p.
0, 487, 4, 974, 1, 30384, 1, 1, 0, 2, 46, 1571, 1, 17, 24160, 855, 0, 4, 1, 189, 1, 5, 11, 1, 0, 0, 1, 0, 1, 3, 2, 3, 0, 19632919407, 1, 60768, 1, 11, 1435, 8, 0, 0, 2, 2, 1, 1
Offset: 1
Examples
The first prime p that divides (3^(p-1) - 1)/p is 11, so a(3) = (3^10 - 1)/11^2 mod 11 = 488 mod 11 = 4.
Links
- Wikipedia, Generalized Wieferich primes
Comments