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

A326858
E.g.f.: Product_{k>=1} (1 + x^(3*k-2) / (3*k-2)).
3
1, 1, 0, 0, 6, 30, 0, 720, 5760, 0, 362880, 5417280, 17107200, 479001600, 8885479680, 32691859200, 1307674368000, 34151856076800, 214585052774400, 6402373705728000, 192796754895360000, 1542202547010048000, 55105230485200896000, 1944933030182596608000
OFFSET
0,5
LINKS
FORMULA
a(n) ~ n! / (3^(1/3) * Gamma(2/3) * exp(gamma/3) * n^(2/3)), where gamma is the Euler-Mascheroni constant A001620 and Gamma() is the Gamma function.
MATHEMATICA
nmax = 30; CoefficientList[Series[Product[(1+x^(3*k-2)/(3*k-2)), {k, 1, Floor[nmax/3]+1}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 27 2019
STATUS
approved