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

A262924
Expansion of Product_{k>=1} (1 + x^(3*k-1))^(3*k-1) * (1 + x^(3*k-2))^(3*k-2).
9
1, 1, 2, 2, 5, 10, 13, 25, 35, 57, 87, 134, 211, 306, 458, 684, 996, 1465, 2129, 3073, 4411, 6288, 8977, 12707, 17913, 25185, 35231, 49078, 68228, 94490, 130408, 179425, 246121, 336681, 459239, 624842, 847986, 1147728, 1549773, 2087972, 2806455, 3764136
OFFSET
0,3
COMMENTS
Convolution of A262948 and A262949.
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000 (terms 0..1000 from Vaclav Kotesovec)
FORMULA
a(n) ~ exp(3*Zeta(3)^(1/3)*n^(2/3)/2) * Zeta(3)^(1/6) / (2^(1/3) * sqrt(3*Pi) * n^(2/3)).
MATHEMATICA
nmax=60; CoefficientList[Series[Product[(1 + x^(3*k-1))^(3*k-1)*(1 + x^(3*k-2))^(3*k-2), {k, 1, nmax}], {x, 0, nmax}], x]
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 04 2015
STATUS
approved