OFFSET
1,3
COMMENTS
Multiplication with Pi^2/16 gives 0.64977.. = integral_{x=0..infinity} I_1(x)*K_0(x)*K_1(x) dx, where I and K are Modified Bessel Functions. [corrected by Vaclav Kotesovec, Apr 10 2016]
EXAMPLE
1.05337959641476007603489294...
MATHEMATICA
RealDigits[HypergeometricPFQ[{1/2, 1/2, 3/2}, {1, 2}, 1/4], 10, 120][[1]] (* Vaclav Kotesovec, Apr 10 2016 *)
RealDigits[Integrate[16*BesselI[1, x]*BesselK[0, x]*BesselK[1, x]/Pi^2 , {x, 0, Infinity}], 10, 120][[1]] (* Vaclav Kotesovec, Apr 10 2016 *)
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
R. J. Mathar, Oct 19 2015
STATUS
approved