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

A263346
Expansion of Product_{k>=1} ((1 - x^(3*k))/(1 - x^k))^k.
4
1, 1, 3, 5, 12, 21, 40, 71, 130, 221, 387, 648, 1095, 1800, 2964, 4792, 7730, 12301, 19510, 30619, 47859, 74179, 114469, 175427, 267684, 406039, 613325, 921671, 1379500, 2055313, 3050652, 4509385, 6641966, 9746452, 14254242, 20775255, 30184451, 43715711
OFFSET
0,3
LINKS
FORMULA
a(n) ~ 2^(1/6) * Zeta(3)^(1/6) * exp(6^(1/3) * Zeta(3)^(1/3) * n^(2/3)) / (3^(11/12) * sqrt(Pi) * n^(2/3)).
MATHEMATICA
nmax=40; CoefficientList[Series[Product[((1 - x^(3*k))/(1 - x^k))^k, {k, 1, nmax}], {x, 0, nmax}], x]
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 15 2015
STATUS
approved

  NODES
eth 1
orte 1
see 1
Story 1