A343763 Common prime factors of A007663(183)/1093 and A007663(490)/3511.
3, 7, 79, 2731, 8191, 121369, 22366891
Offset: 1
Links
- J. B. Dobson, A note on the two known Wieferich primes
- Gerard P. Michon, Wieferich Primes 1093 and 3511
Programs
-
PARI
fq(n) = (2^(n-1)-1)/n my(x=fq(1093)/1093, y=fq(3511)/3511); forprime(p=1, , if(Mod(x, p)==0 && Mod(y, p)==0, print1(p, ", ")))
Comments