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, Volume 15, Issue 3 (April 2008), pp. 377-405; alternative link. 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).
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
(* Alternative: *)
RealDigits[NIntegrate[x^5/Sin[x], {x, 0, Pi/2}, WorkingPrecision->120]][[1]] (* Harvey P. Dale, Aug 09 2023 *)
PROG
(PARI) real(5*Catalan*Pi^4/8 - 29*I*Pi^6/2016 - 30*I*Pi^2*polylog(4, -I) + 240*I*polylog(6, -I)) \\ Amiram Eldar, Jun 27 2026
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Aug 08 2015
STATUS
approved
