A193716 Decimal expansion of Pi^3*log(2)/24 - 3*Pi*zeta(3)/16.
1, 8, 7, 4, 2, 6, 4, 2, 2, 8, 2, 8, 2, 3, 1, 0, 8, 0, 2, 6, 4, 5, 6, 9, 3, 1, 2, 2, 7, 3, 2, 7, 5, 0, 8, 1, 2, 5, 3, 0, 6, 9, 0, 1, 1, 7, 7, 0, 3, 1, 1, 5, 5, 7, 0, 8, 1, 0, 3, 2, 6, 0, 8, 3, 8, 8, 1, 8, 0, 2, 3, 3, 3, 1, 0, 6, 2, 0, 2, 8, 4, 9, 7, 6, 4, 9, 9, 2, 3, 1, 0, 6, 0, 2, 4, 4, 5, 8, 8, 1
Offset: 0
Examples
0.18742642282823108026...
References
- I. S. Gradshteyn and I. M. Ryzhik, Table of Integrals, series and Products, 1.441.2, 4th edition, log(sin(x))=-(sum {1..infinity} cos(2nx)/n)-log(2).
Links
- R. E. Crandall, J. P. Buhler, On the evaluation of Euler sums, Exper. Math. 3 (4) (1994) 275 (discuss int_{0..1} x^n*cot(x) dx which is obtained by partial integration).
- S. Koyama and N. Kurokawa, Euler’s integrals and multiple sine functions, Proc. Amer. Math. Soc. 133(2005), 1257-1265.
Programs
-
Mathematica
RealDigits[ N[Pi (2 Pi^2 Log[2] - 9 Zeta[3]) / 48, 105] ][[1]]
-
PARI
Pi^3*log(2)/24 - 3*Pi*zeta(3)/16 \\ Michel Marcus, Oct 25 2017
Comments