A284641 Expansion of (Sum_{k>=0} x^(k^2*(k+1)^2/4))^12.
1, 12, 66, 220, 495, 792, 924, 792, 495, 232, 198, 672, 1981, 3960, 5544, 5544, 3960, 1980, 726, 792, 2982, 7920, 13860, 16632, 13860, 7920, 2970, 880, 2046, 7920, 18480, 27720, 27720, 18480, 7920, 1980, 727, 4092, 14520, 29700, 38610, 33264, 19404, 7920, 2475, 1584, 6996, 22584, 43560, 55440, 49896
Offset: 0
Keywords
Links
Programs
-
Mathematica
nmax = 50; CoefficientList[Series[Sum[x^(k^2 (k + 1)^2/4), {k, 0, nmax}]^12, {x, 0, nmax}], x]
Formula
G.f.: (Sum_{k>=0} x^(k^2*(k+1)^2/4))^12.
Comments