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
a(n) = (2^(4*n)) * risefac(1/2, n) * (-3*risefac(1/4, n) + risefac(3/4, n))/(3!*12), n>=2, with risefac(x, n) = Pochhammer(x, n).
E.g.f.: (hypergeom([1/2, 3/4], [], 16*x) - 3*hypergeom([1/4, 1/2], [], 16*x) + 2)/(3!*12).
a(n) = (2^n) * Product_{j=0..n-1} (2*j+1) * (-3*Product_{j=0..n-1} (4*j+1) + Product_{j=0..n-1} (4*j+3))/(3!*12), n>=2. From eq.12 of the Blasiak et al. reference with r=6, s=2, k=3.
a(n) ~ sqrt(Pi) * 2^(4*n-2) * n^(2*n+1/4) / (9 * Gamma(3/4) * exp(2*n)). - Amiram Eldar, Aug 30 2025
MATHEMATICA
a[n_] := 2^(4*n) * Pochhammer[1/2, n] * (-3 * Pochhammer[1/4, n] + Pochhammer[3/4, n])/(3!*12); Array[a, 20, 2] (* Amiram Eldar, Aug 30 2025 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Feb 13 2004
STATUS
approved
