A091221 Number of distinct irreducible polynomials dividing n-th GF(2)[X]-polynomial.
0, 1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 2, 1, 2, 1, 1, 1, 3, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 1, 2, 2, 2, 3, 1, 2, 2, 2, 1, 2, 2, 2, 2, 3, 1, 2, 2, 2, 1, 2, 2, 3, 1, 2, 2, 3, 1, 2, 1, 2, 2, 1, 2, 3, 1, 2, 1, 3, 2, 3, 1, 2, 2, 2, 2, 3, 2, 2, 1, 2, 3, 2, 1, 3, 1, 2, 2, 3, 1, 3, 2, 2, 2, 2, 1, 3, 2, 2, 3, 2
Offset: 1
Keywords
Links
Programs
-
Maple
f:= proc(n) local L,P,R,i; L:= convert(n,base,2); P:= add(L[i]*X^(i-1),i=1..nops(L)); R:= Factors(P) mod 2; nops(R[2]); end proc: map(f, [$1.200]); # Robert Israel, Oct 11 2024