A326861 E.g.f.: Product_{k>=1} (1 + x^(3*k-2)/(3*k-2)) / (1 - x^(3*k-2)/(3*k-2)).
1, 2, 4, 12, 60, 360, 2160, 16560, 149040, 1386720, 14592960, 174208320, 2173897440, 29413264320, 437473872000, 6792952636800, 112213292716800, 2002551280012800, 37194983281843200, 726119227314201600, 15112608758893324800, 326665495054151193600
Offset: 0
Keywords
Programs
-
Mathematica
nmax = 30; CoefficientList[Series[Product[(1+x^(3*k-2)/(3*k-2))/(1-x^(3*k-2)/(3*k-2)), {k, 1, Floor[nmax/3]+1}], {x, 0, nmax}], x] * Range[0, nmax]!
Formula
a(n) ~ 3^(7/3) * exp(-2*gamma/3) * Gamma(1/3)^2 * n^(2/3) * n! / (8 * Pi^2), where gamma is the Euler-Mascheroni constant A001620 and Gamma() is the Gamma function.
Comments