OFFSET
0,2
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (3,-1,-2,-2,-2,11,-1,1,-10,-10,12,4,12,-10,-10,1,-1,11,-2,-2,-2,-1,3,-1).
FORMULA
G.f.: (4*x^11+4*x^10+11*x^9+15*x^8+9*x^7+12*x^6+6*x^5+6*x^4+3*x^3+2*x^2-x+1)/((x^4-1)^2*(x^3-1)^3*(x^2-1)^2*(x-1)^3).
MATHEMATICA
<< Combinatorica`
nn = 30; n = 4; CoefficientList[Series[CycleIndex[Join[PairGroup[SymmetricGroup[n]], Permutations[Range[n*(n - 1)/2 + 1, n*(n + 1)/2]], 2], s] /.Table[s[i] -> 1/(1 - x^i), {i, 1, n^2 - n}], {x, 0, nn}], x] (* Geoffrey Critzer, Aug 07 2015 *)
CoefficientList[Series[(4 x^11 + 4 x^10 + 11 x^9 + 15 x^8 + 9 x^7 + 12 x^6 + 6 x^5 + 6 x^4 + 3 x^3 + 2 x^2 - x + 1)/((x^4 - 1)^2 (x^3 - 1)^3 (x^2 - 1)^2 (x-1)^3), {x, 0, 35}], x] (* Vincenzo Librandi, Aug 08 2015 *)
PROG
(PARI) Vec((1 - x + 2*x^2 + 3*x^3 + 6*x^4 + 6*x^5 + 12*x^6 + 9*x^7 + 15*x^8 + 11*x^9 + 4*x^10 + 4*x^11)/((1 - x)^3*(1 - x^2)^2*(1 - x^3)^3*(1 - x^4)^2) + O(x^40)) \\ Andrew Howroyd, Mar 16 2020
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Dec 29 1999
EXTENSIONS
a(33)-a(34) from Vincenzo Librandi, Aug 08 2015
STATUS
approved