A261451 Expansion of Product_{k>=1} ((1+x^k)/(1-x^k))^(k+1).
1, 4, 14, 44, 124, 328, 824, 1980, 4590, 10320, 22584, 48268, 101016, 207432, 418704, 832032, 1629764, 3150280, 6014998, 11354084, 21204488, 39206168, 71811256, 130369900, 234704360, 419195412, 743085912, 1307823672, 2286094704, 3970174648, 6852048368
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
nmax = 40; CoefficientList[Series[Product[((1+x^k)/(1-x^k))^(k+1), {k, 1, nmax}], {x, 0, nmax}], x]
Comments