OFFSET
1,2
PROG
(SageMath)
P.<x> = GF(2)[]
for n in range(1, 10^5):
p = (x^n + x^5 + x^4 + x^3 + x^2 + x + 1);
if p.is_irreducible():
print(n)
# Joerg Arndt, Apr 28 2012
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 27 2000
EXTENSIONS
Added terms 1, 2, 3, 4, 5 and terms >= 824, Joerg Arndt, Apr 28 2012
STATUS
approved
