OFFSET
0,3
COMMENTS
Molien series for permutation representation of S_4 on pairs of elements from a set of size 4.
REFERENCES
H. Derksen and G. Kemper, Computational Invariant Theory, Springer, 2002; p. 92.
LINKS
Index entries for linear recurrences with constant coefficients, signature (2,0,-1,0,-2,2,0,1,0,-2,1).
FORMULA
G.f.: ( -1+x-x^2-x^6+x^7-x^8-x^4 ) / ( (1+x+x^2)*(x^2+1)*(1+x)^2*(x-1)^5 ). - R. J. Mathar, Dec 18 2014
a(n)=2*a(n-1)-a(n-3)-2*a(n-5)+2*a(n-6)+a(n-8)-2*a(n-10)+a(n-11) for n>10. - Harvey P. Dale, Apr 10 2015
MATHEMATICA
CoefficientList[Series[(1+x^3+x^4+x^5+x^6+x^9)/((1-x)(1-x^2)^2(1-x^3)(1-x^4)), {x, 0, 50}], x] (* or *) LinearRecurrence[{2, 0, -1, 0, -2, 2, 0, 1, 0, -2, 1}, {1, 1, 3, 5, 10, 15, 26, 37, 57, 79, 112}, 50] (* Harvey P. Dale, Apr 10 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 02 2004
STATUS
approved