A261862 Terms in A261524 that are not multiples of earlier terms.
3, 7, 31, 73, 85, 127, 2047, 3133, 4369, 8191, 11275, 49981, 60787, 76627, 121369, 131071, 140911, 178481, 262657, 486737, 524287, 599479, 1082401
Offset: 1
Links
- Jianing Song, List of terms k of A261862 with ord(2,k) <= 47
Programs
-
Mathematica
n=1; t= L= {}; While[n<5000, n+=2; If[ CoefficientList[ PolynomialGCD[1 + x^n, 1 + (x + 1)^n, Modulus->2], x] !={1}, If[ Intersection[Divisors@ n, t] == {}, Print@ AppendTo[L, n]]; AppendTo[t, n]]]; L (* Giovanni Resta, Sep 07 2015 *)
Extensions
Corrected and extended by Giovanni Resta, Sep 09 2015
Terms a(17)-a(23) from Joerg Arndt, Sep 10 2015
Comments