A037145 Expansion of 1/((1-x^2)(1-x^3)...(1-x^6)).
1, 0, 1, 1, 2, 2, 4, 3, 6, 6, 9, 9, 14, 13, 19, 20, 26, 27, 36, 36, 47, 49, 60, 63, 78, 80, 97, 102, 120, 126, 149, 154, 180, 189, 216, 227, 260, 270, 307, 322, 361, 378, 424, 441, 492, 515, 568, 594, 656, 682, 750
Offset: 0
References
- J. E. Humphreys, Reflection Groups and Coxeter Groups, Cambridge, 1990. See Table 3.1, page 59.
Links
- Index entries for linear recurrences with constant coefficients, signature (0, 1, 1, 1, 0, 0, -2, -2, -1, 0, 1, 2, 2, 0, 0, -1, -1, -1, 0, 1).
Crossrefs
Programs
-
Mathematica
CoefficientList[Series[1/Times@@Table[(1-x^n),{n,2,6}],{x,0,50}],x] (* Harvey P. Dale, Dec 25 2012 *)
Comments