A178812 (2^(p-1) - 1)/p^2 modulo prime p, if p^2 divides 2^(p-1) - 1.
487, 51
Offset: 1
Examples
a(1) = 487 as the first Wieferich prime is 1093 and (2^1092 - 1)/1093^2 == 487 (mod 1093). The 2nd Wieferich prime is 3511 and (2^3510 - 1)/3511^2 == 51 (mod 3511), so a(2) = 51.
Comments