OFFSET
2,2
LINKS
Pawel Blasiak, Karol A. Penson, and Allan I. Solomon, The general boson normal ordering problem, Physics Letters A, Vol. 309, No. 3-4 (2003), pp. 198-205; arXiv preprint, arXiv:quant-ph/0402027, 2004.
FORMULA
E.g.f.: (hypergeom([1/3, 1/2], [], 36*x) - 3*hypergeom([1/6, 1/3], [], 36*x) + 2)/(3!*16).
a(n) = (2^n) * Product_{j=0..n-1} (3*j+1) * (-3*Product_{j=0..n-1} (6*j+1) + Product_{j=0..n-1} (6*j+3))/(3!*16), n>=2. From eq.12 of the Blasiak et al. reference with r=8, s=2, k=3.
a(n) = (2^(2*n-5)) * (3^(2*n-1)) * risefac(1/3, n) * (-3*risefac(1/6, n) + risefac(1/2, n)), n>=2, with risefac(x, n) = Pochhammer(x, n).
a(n) ~ sqrt(Pi) * 2^(2*n-4) * 3^(2*n-1) * n^(2*n-1/6) / (Gamma(1/3) * exp(2*n)). - Amiram Eldar, Aug 30 2025
MATHEMATICA
a[n_] := 2^(2*n-5) * 3^(2*n-1) * Pochhammer[1/3, n] * (-3 * Pochhammer[1/6, n] + Pochhammer[1/2, n]); Array[a, 20, 2] (* Amiram Eldar, Aug 30 2025 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Feb 13 2004
STATUS
approved
