OFFSET
0,4
REFERENCES
A. Adem and R. J. Milgram, Cohomology of Finite Groups, Springer-Verlag, 2nd. ed., 2004; p. 259.
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,-1,2,-1,1,-1,1,-1,1,-2,1,-1,1).
FORMULA
G.f.: (1 + x^2 + 3*x^3 + 2*x^4 + 4*x^5 + 5*x^6 + 4*x^7 + 5*x^8 + 4*x^9 + 2*x^10 + 3*x^11 + x^12 + x^14 ) / ( (1-x^4)*(1-x^6)*(1-x^7)).
G.f.: ( -1-2*x^2-x^5-x^10+x-2*x^4-2*x^6-2*x^8+x^9 ) / ( (1+x+x^2) *(x^6+x^5+x^4+x^3+x^2+x+1) *(1+x^2) *(x-1)^3 ). - R. J. Mathar, Dec 18 2014
MATHEMATICA
LinearRecurrence[{1, -1, 2, -1, 1, -1, 1, -1, 1, -2, 1, -1, 1}, {1, 0, 1, 3, 3, 4, 7, 8, 9, 12, 14, 17, 20}, 64]
(* Ray Chandler, Jul 15 2015 *)
PROG
(PARI) a(n)=([0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0; 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0; 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0; 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0; 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0; 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0; 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1; 1, -1, 1, -2, 1, -1, 1, -1, 1, -1, 2, -1, 1]^n*[1; 0; 1; 3; 3; 4; 7; 8; 9; 12; 14; 17; 20])[1, 1] \\ Charles R Greathouse IV, May 01 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 18 2004
STATUS
approved
