OFFSET
1,2
COMMENTS
Representation of a(n) as n-th moment of a positive weight function on a positive half-axis: a(n) = Integral_{x=0..oo} x^n*(1/(48*Pi^(3/2)))*exp(-x/32)*BesselK(1,x/32)/sqrt(x) dx, n >= 1.
FORMULA
E.g.f.: (1/12)*(Pi+2*EllipticK(4*sqrt(x))-4*EllipticE(4*sqrt(x)))/Pi
Conjecture: n*a(n) -4*(2*n+1)*(2*n-3)*a(n-1)=0. - R. J. Mathar, Jun 08 2016
a(n) ~ 2^(4*n - 3/2) * n^(n - 1/2) / (3 * sqrt(Pi) * exp(n)). - Vaclav Kotesovec, Jun 26 2022
G.f.: (1-hypergeom([-1/2, 3/2], [], 16*x))/(12*x). - Karol A. Penson, May 20 2025
PROG
(PARI) a(n)=(2*n+1)!*(2*n-2)!/((n-1)!*(n!)^2*6); \\ Michel Marcus, Aug 17 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Karol A. Penson, Mar 04 2009
EXTENSIONS
More terms from Michel Marcus, May 02 2025
STATUS
approved
