OFFSET
1,2
COMMENTS
This sequence arises in the study of subleading corrections (in the large N-expansion) related to quantities in the Superconformal Field Theory called "N=4 SYM" with gauge group SU(N).
LINKS
Juan M. Maldacena, The Large N Limit of Superconformal Field Theories and Supergravity, arXiv:hep-th/9711200v3, 1997-1998.
FORMULA
G.f.: (8*x^2-9*x+2)/(2*x^2*sqrt(1-4*x)) - 1.
a(n) = A000108(n)*(2n^2-n+2)/(n+2).
E.g.f.: exp(2*x)*(3*BesselI(0, 2*x) - (2 + x)*F(2, x^2)) - 1, where F is the regularized confluent hypergeometric function. - Stefano Spezia, Nov 27 2021
a(n) = 4^n*(2*n^2-n+2)*Gamma(n+1/2)/(sqrt(Pi)*(n+2)!). - Chai Wah Wu, Dec 17 2021
D-finite with recurrence (n+2)*(2*n^2-5*n+5)*a(n) -2*(2*n-1)*(2*n^2-n+2)*a(n-1)=0. - R. J. Mathar, Mar 06 2022
MATHEMATICA
nterms=40; Table[(2n^2-n+2)(2n)!/((n+1)(n+2)n!^2), {n, nterms}] (* Paolo Xausa, Nov 25 2021 *)
CoefficientList[Series[Exp[2x](3BesselI[0, 2x]-(2+x)Hypergeometric0F1Regularized[2, x^2])-1, {x, 0, 26}], x]Table[n!, {n, 0, 26}] (* Stefano Spezia, Nov 27 2021 *)
PROG
(PARI) a(n) = (2*n^2 - n + 2)*(2*n)! / ((n + 1)*(n + 2)*n!^2); \\ Michel Marcus, Nov 27 2021
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alessandro Pini, Nov 25 2021
STATUS
approved