A294884 Number of divisors of n that are not irreducible when their binary expansion is interpreted as polynomial over GF(2).
1, 1, 1, 2, 2, 2, 1, 3, 2, 3, 1, 4, 1, 2, 3, 4, 2, 4, 1, 5, 2, 2, 2, 6, 2, 2, 3, 4, 2, 6, 1, 5, 2, 3, 3, 7, 1, 2, 2, 7, 1, 5, 2, 4, 5, 3, 1, 8, 2, 4, 3, 4, 2, 6, 2, 6, 2, 3, 1, 10, 1, 2, 4, 6, 3, 5, 1, 5, 3, 6, 2, 10, 1, 2, 4, 4, 2, 5, 2, 9, 4, 2, 2, 9, 4, 3, 2, 6, 2, 10, 1, 5, 2, 2, 3, 10, 1, 4, 4, 7, 2, 6, 1, 6, 6
Offset: 1
Keywords
Links
Programs
-
PARI
A294884(n) = sumdiv(n,d,!polisirreducible(Mod(1, 2)*Pol(binary(d))));
Comments