OFFSET
3,2
LINKS
Jonathan M. Borwein and Armin Straub, Special values of generalized log-sine integrals, ISSAC '11: Proceedings of the 36th international symposium on Symbolic and algebraic computation, 2011, pp. 43-50; alternative link.
FORMULA
Equals -Integral_{0..Pi/3} log(2*sin(x/2))^5 dx.
Equals (15/2)*Pi*zeta(5) + (35/36)*Pi^3*zeta(3) - (135/4)*Im(-PolyLog(6, (-1)^(1/3)) + PolyLog(6, -(-1)^(2/3))).
Equals 120 * 7F6(1/2,1/2,...; 3/2,3/2,...; 1/4) (with 7F6 the hypergeometric function).
EXAMPLE
120.0207613710553001755048886391927614834489250443014689821689519463...
MATHEMATICA
RealDigits[120* HypergeometricPFQ[Table[1/2, {7}], Table[3/2, {6}], 1/4], 10, 103] // First
PROG
(PARI) -intnum(x = 0, Pi/3, log(2*sin(x/2))^5) \\ Amiram Eldar, Jun 29 2026
(PARI) (15/2)*Pi*zeta(5) + (35/36)*Pi^3*zeta(3) + (135/2)*imag(polylog(6, (-1)^(1/3))) \\ Amiram Eldar, Jun 29 2026
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Jun 09 2015
STATUS
approved
