OFFSET
0,5
COMMENTS
Also, Molien series for invariants of finite Coxeter group A_5. The Molien series for the finite Coxeter group of type A_k (k >= 1) has G.f. = 1/Product_{i=2..k+1} (1-x^i). - N. J. A. Sloane, Jan 11 2016
a(n) is the number of partitions of n into parts 2, 3, 4, 5, and 6. - Joerg Arndt, Apr 21 2026
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).
FORMULA
a(n) = floor((n^4+40*n^3+600*n^2+3680*n+17280)/17280 - (n mod 2)*(n+2)*(n+18)/192 + ((n+2) mod 3)*n/54). - Hoang Xuan Thanh, Apr 20 2026
MATHEMATICA
CoefficientList[Series[1/Times@@Table[(1-x^n), {n, 2, 6}], {x, 0, 50}], x] (* Harvey P. Dale, Dec 25 2012 *)
PROG
(PARI) Vec(1/prod(k=2, 6, 1-x^k) + O(x^80)) \\ Hoang Xuan Thanh, Apr 20 2026
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
