OFFSET
1,1
COMMENTS
The absolute value of the integral of sin(Pi*x)*log(x)/x from x=0 to 1.
LINKS
R. J. Mathar, Numerical evaluation of the oscillatory integral..., arXiv:0912.3844 [math.CA], App. B.
EXAMPLE
2.6581349...
MAPLE
evalf(Pi*hypergeom([1/2, 1/2], [3/2, 3/2, 3/2], -Pi^2/4)) ;
MATHEMATICA
Pi*HypergeometricPFQ[{1/2, 1/2}, {3/2, 3/2, 3/2}, -Pi^2/4] // RealDigits[#, 10, 105]& // First (* Jean-François Alcover, Feb 20 2013 *)
RealDigits[-NIntegrate[Sin[Pi*x] Log[x]/x, {x, 0, 1}, WorkingPrecision-> 120], 10, 120][[1]] (* Harvey P. Dale, Oct 09 2017 *)
CROSSREFS
KEYWORD
AUTHOR
R. J. Mathar, Mar 24 2010
STATUS
approved