login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A258344
Expansion of Product_{k>=1} (1+x^k)^(k*(k-1)).
9
1, 0, 2, 6, 13, 32, 69, 160, 344, 760, 1601, 3384, 7022, 14434, 29361, 59140, 118089, 233754, 459293, 895382, 1733904, 3334914, 6374654, 12111632, 22881777, 42993244, 80362496, 149464404, 276657082, 509740278, 935046158, 1707916988, 3106810873, 5629121054
OFFSET
0,3
LINKS
FORMULA
a(n) ~ 7^(1/8) / (2^(43/24) * 15^(1/8) * n^(5/8)) * exp(-2025*Zeta(3)^3 / (49*Pi^8) - 135*(15/14)^(1/4) * Zeta(3)^2 / (14*Pi^5) * n^(1/4) - 3*sqrt(15/14) * Zeta(3) / Pi^2 * sqrt(n) + 2*(14/15)^(1/4)*Pi/3 * n^(3/4)), where Zeta(3) = A002117.
MATHEMATICA
nmax=50; CoefficientList[Series[Product[(1+x^k)^(k*(k-1)), {k, 1, nmax}], {x, 0, nmax}], x]
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, May 27 2015
STATUS
approved