OFFSET
1,5
EXAMPLE
the factorization of x^5+x+1 over integers mod 2 is (1+x^2+x^3)(1+x+x^2), which has two unique factors
MAPLE
with(numtheory): for k from 1 to 200 do:liste:=Factors(x^k+ x +1) mod 2; t1 := liste[2]:t2 := (liste[2][i], i=1..nops(t1)):print(nops(t1)) ; od :
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Lagneau, Mar 01 2010
STATUS
approved