A370752 a(n) = 3^n * [x^n] Product_{k>=1} ((1 + 3*x^k)/(1 - 3*x^k))^(1/3).
1, 6, 36, 360, 1998, 18792, 121176, 1123632, 7537860, 72078174, 510702408, 4896308088, 35923749480, 345406994280, 2600934294816, 24985346997888, 191735328374478, 1838307293836560, 14317601666954364, 136953233511162840, 1079293961918593800, 10299943344889922832
Offset: 0
Keywords
Crossrefs
Programs
-
Mathematica
nmax = 30; CoefficientList[Series[Product[(1 + 3*x^k)/(1 - 3*x^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x] * 3^Range[0, nmax] nmax = 30; CoefficientList[Series[Product[(1 + 3*(3*x)^k)/(1 - 3*(3*x)^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x]
Formula
G.f.: Product_{k>=1} ((1 + 3*(3*x)^k)/(1 - 3*(3*x)^k))^(1/3).
a(n) ~ QPochhammer(-1, 1/3)^(1/3) * 9^n / (Gamma(1/3) * QPochhammer(1/3)^(1/3) * n^(2/3)).
Comments