OFFSET
0,2
LINKS
David H. Bailey, Jonathan M. Borwein, David Broadhurst and M. L. Glasser, Elliptic integral evaluations of Bessel moments, arXiv:0801.0891, page 21.
FORMULA
s(5,5) = Integral_{0..inf} x^5*BesselI_0(x)*BesselK_0(x)^4 dx.
Equals Pi^2 (4/15)^3 (43 C - 19/(40 C)) (conjectural, where C is A273959).
EXAMPLE
0.054514253132761880363033919802009596877614349544575913649940264634...
MATHEMATICA
s[5, 5] = NIntegrate[x^5*BesselI[0, x]*BesselK[0, x]^4, {x, 0, Infinity}, WorkingPrecision -> 103];
Join[{0}, RealDigits[s[5, 5]][[1]]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Jun 06 2016
STATUS
approved