A306097 Terms of A121707 not in A267999.
697, 1241, 1247, 1271, 1513, 2057, 2201, 2329, 2501, 2873, 3053, 3131, 3683, 3689, 3961, 4015, 4061, 4141, 4777, 4859, 4991, 5321, 5921, 5963, 6137, 6851, 6953, 7421, 7769, 7781, 7957, 8471, 8711, 8857, 9017, 9211, 9271, 9401, 9641, 9673, 10217, 10277, 10489, 10795, 11033, 11501
Offset: 1
Keywords
Examples
The smallest element of this sequence is a(1) = 697 = 17*41.
Links
- M. F. Hasler, Table of n, a(n) for n = 1..10000
Programs
-
PARI
is(n,p)={for(i=1, #p=factor(n)[,1], (n-1)%(p[i]-1)||return); gcd(n, lift(Mod(2,n)^n-2))>1}
Comments