OFFSET
0,5
REFERENCES
A. Adem and R. J. Milgram, Cohomology of Finite Groups, Springer-Verlag, 2nd. ed., 2004, p. 202.
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (2,0,-1,-1,0,3,-3,1,0,0,-1,1,1,-2,2,-1,1,-3,3,1,-4,2,1,0,-3,1,2,-1,0,0,0,-2,2,2, -2,0,0,0,-1,2,1,-3,0,1,2,-4,1,3,-3,1,-1,2,-2,1,1,-1,0,0,1,-3,3,0,-1,-1,0,2,-1).
FORMULA
G.f.: ( x^50 + x^45 + x^43 + x^42 + x^41 + 2*x^40 + 2*x^39 + 2*x^38 + 2*x^37 + 3*x^36 + 3*x^35 + 3*x^34 + 3*x^33 + 4*x^32 + 4*x^31 + 4*x^30 + 5*x^29 + 5*x^28 + 5*x^27 + 5*x^26 + 6*x^25 + 5*x^24 + 5*x^23 + 5*x^22 + 5*x^21 + 4*x^20 + 4*x^19 + 4*x^18 + 3*x^17 + 3*x^16 + 3*x^15 + 3*x^14 + 2*x^13 + 2*x^12 + 2*x^11 + 2*x^10 + x^9 + x^8 + x^7 + x^5 + 1 ) / ((1 - x^2)*(1 - x^3)*(1 - x^4)*(1 - x^6)^2*(1 - x^8)*(1 - x^9)*(1 - x^12)*(1 - x^10)*(1 - x^15)).
MATHEMATICA
CoefficientList[Series[(1 -2*x +x^2 +x^4 -x^5 +x^8 -x^9 +x^10 -x^13 +2*x^14 -x^15 +x^16 -x^17 +2*x^18 -2*x^19 +2*x^20 -x^21 +2*x^22 -2*x^23 + 2*x^24 -x^25 +x^26 -x^27 +2*x^28 -x^29 +x^32 -x^33 +x^34 -x^37 +x^38 +x^40 -2*x^41 +x^42)/( (1-x)^2*(1-x^2)*(1-x^3)*(1-x^6)*(1-x^8)*(1-x^9)*(1-x^12)*(1-x^10)*(1-x^15)), {x, 0, 60}], x] (* G. C. Greubel, Jan 31 2020 *)
PROG
(PARI)
Vec((x^50 +x^45 +x^43 +x^42 +x^41 +2*x^40 +2*x^39 +2*x^38 +2*x^37 +3*x^36 +3*x^35 +3*x^34 +3*x^33 +4*x^32 +4*x^31 +4*x^30 +5*x^29 +5*x^28 +5*x^27 +5*x^26 +6*x^25 +5*x^24 +5*x^23 +5*x^22 +5*x^21 +4*x^20 +4*x^19 +4*x^18 +3*x^17 +3*x^16 +3*x^15 +3*x^14 +2*x^13 +2*x^12 +2*x^11 +2*x^10 +x^9 +x^8 +x^7 +x^5 +1) / ((1 -x^2)*(1 -x^3)*(1 -x^4)*(1 -x^6)^2*(1 -x^8)*(1 -x^9)*(1 -x^12)*(1 -x^10)*(1 -x^15)) + O(x^60)) \\ Colin Barker, Mar 15 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 17 2004
EXTENSIONS
Three typos (unbalanced parentheses) in g.f. fixed by Colin Barker, Mar 15 2015
STATUS
approved