OFFSET
0,1
LINKS
J. Guillera, J. Sondow, Double integrals and infinite products for some classical constants via analytic continuations of Lerch's transcendent, (2006), p. 16-17
FORMULA
Equals: -integral(x=0..1, x*(4*x^2 - x^4) / ((-2 + x^2)^2 * log(1 - x^2)) ). See Guillera & Sondow link for a related product.
EXAMPLE
0.530428...
MATHEMATICA
N[-Integrate[(x (4 x^2 - x^4))/((-2 + x^2)^2 Log[1 - x^2]), {x, 0, 1}]]
RealDigits[-(1/2) - (2 Log[2])/3 + 6 Log[Glaisher], 10, 200]
PROG
(PARI) -6*zeta'(-1)-2*log(2)/3 \\ Charles R Greathouse IV, Dec 12 2013
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
John M. Campbell, Jul 30 2011
STATUS
approved