OFFSET
1,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..1000
J. M. Borwein, I. J. Zucker and J. Boersma, The evaluation of character Euler double sums, The Ramanujan Journal, April 2008, Volume 15, Issue 3, pp 377-405, see p. 13.
FORMULA
J_5 = (5*Catalan*Pi^4)/8 - (29*i*Pi^6)/2016 - 30*i*Pi^2*PolyLog(4, -i) + 240*i*PolyLog(6, -i).
Also equals (40*Pi^2*(32*Catalan*Pi^2 - PolyGamma(3, 1/4) + PolyGamma(3, 3/4)) + PolyGamma(5, 1/4) - PolyGamma(5, 3/4))/2048.
EXAMPLE
2.634318290518755162210315961284055055940934358931555842123212369587...
MATHEMATICA
J5 = (5*Catalan*Pi^4)/8 - (29*I*Pi^6)/2016 - 30*I*Pi^2*PolyLog[4, -I] +
240*I*PolyLog[6, -I]; RealDigits[J5 // Re, 10, 103] // First
RealDigits[NIntegrate[x^5/Sin[x], {x, 0, Pi/2}, WorkingPrecision->120]][[1]] (* Harvey P. Dale, Aug 09 2023 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Aug 08 2015
STATUS
approved