A242715 Prime divisors of 2^3510-1, listed with multiplicities.
3, 3, 3, 3, 7, 11, 19, 31, 73, 79, 131, 151, 271, 331, 631, 811, 937, 1171, 2731, 3511, 3511, 6553, 8191, 10531, 15121, 23311, 65521, 86113, 87211, 107251, 121369, 262657, 348031, 409891, 446473, 1024921, 1969111, 4633201, 7623851, 18837001, 22366891, 29121769
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..71
- factordb, Factors of 2^3510-1.
- Gerard P. Michon, Wieferich Primes 1093 and 3511
Programs
-
PARI
forprime(n=2, 1e6, m=n; while(Mod(2,m)^3510-1==0, print1(n, ", "); m=m*n))
Extensions
More terms from Amiram Eldar, Oct 07 2019