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”).

A369579
Expansion of Product_{k>=1} 1 / ((1 - x^k) * (1 - x^(k^3))).
5
1, 2, 4, 7, 12, 19, 30, 45, 68, 99, 143, 202, 284, 392, 538, 729, 983, 1311, 1740, 2289, 2998, 3898, 5046, 6492, 8321, 10607, 13472, 17032, 21460, 26927, 33682, 41975, 52160, 64600, 79790, 98255, 120690, 147836, 180662, 220217, 267841, 324999, 393539, 475496, 573403
OFFSET
0,2
COMMENTS
Convolution of A000041 and A003108.
a(n) is the number of pairs (Q(k), P(n-k)), 0<=k<=n, where Q(k) is a partition of k and P(n-k) is a partition of n-k into cubes.
FORMULA
a(n) ~ exp(Pi*sqrt(2*n/3) + 6^(1/6) * Gamma(4/3) * zeta(4/3) * n^(1/6) / Pi^(1/3)) / (2^(15/4) * 3^(3/4) * Pi * n^(5/4)) * (1 - Gamma(1/3)^2 * zeta(4/3)^2 / (54 * 6^(1/6) * Pi^(5/3) * n^(1/6))).
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[1/((1-x^k)*(1-x^(k^3))), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 26 2024
STATUS
approved