A321417 Number of n element multisets of the 12th roots of unity with zero sum.
1, 0, 6, 4, 21, 24, 64, 84, 174, 236, 420, 576, 926, 1260, 1896, 2540, 3639, 4800, 6618, 8592, 11499, 14700, 19200, 24204, 30972, 38544, 48480, 59620, 73884, 89892, 109960, 132480, 160221, 191308, 229038, 271248, 321809, 378264, 445128, 519608, 606954, 704016
Offset: 0
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (2,3,-6,-6, 6,13,-2,-18, -2,13,6,-6, -6,3,2,-1)
Programs
-
PARI
Vec(((2/(1 - x^3) - 1)/(1 - x^2)^3)^2 + O(x^40))
Formula
G.f.: ((2/(1 - x^3) - 1)/(1 - x^2)^3)^2.
G.f.: (1 - x + x^2)^2/((1 + x + x^2)^2*(1 - x)^8*(1 + x)^4).
Comments