OFFSET
1,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
Eric Weisstein's World of Mathematics, Hypercube Line Picking
FORMULA
(-644 + 438*sqrt(2) + 288*sqrt(3) + 1344*Catalan + 12*Pi(-16 + 7(-8 + 9*sqrt(2))*Pi) - 2448*sqrt(2)*arccot(2*sqrt(2)) + 3744*arccsch(sqrt(2)) + 270*arcsinh(1) - 3024*Im(PolyLog(2, i*(3 - 2*sqrt(2)))) + 1773*log(3) - 189*sqrt(2)*(PolyGamma(1, 1/8) + PolyGamma(1, 3/8)) + 84*(PolyGamma(1, 1/12) + PolyGamma(1, 5/12)) + 6048*i(PolyLog(2, (1/2 - i/2)*(-2 + sqrt(2))) - PolyLog)2, (1/2 + i/2)*(-2 + sqrt(2)))) + 6048*i(PolyLog(2, i*(1 - sqrt(2))) - PolyLog(2, i*(-1 + sqrt(2)))))/3780, where i=sqrt(-1). - Eric W. Weisstein, Mar 02 2005
EXAMPLE
0.777665653...
MATHEMATICA
A:= ( 0 - 3024*Im[PolyLog[2, I*(3 - 2*Sqrt[2])]] + 6048*I*(PolyLog[2, (1 - I)/2*(-2 + Sqrt[2])] - PolyLog[2, (1 + I)/2*(-2 + Sqrt[2])]) + 6048*I*(PolyLog[2, I*(1 - Sqrt[2])] - PolyLog[2, I*(-1 + Sqrt[2])]) )/3780;
B := (-644 + 438*Sqrt[2] + 288*Sqrt[3] + 1344*Catalan + 12*Pi*(-16 + 7*(-8 + 9*Sqrt[2])*Pi) - 2448*Sqrt[2]*ArcCot[2*Sqrt[2]] + 3744*ArcCsch[Sqrt[2]] + 270*ArcSinh[1] + 1773*Log[3] - 189*Sqrt[2]*(PolyGamma[1, 1/8] + PolyGamma[1, 3/8]) + 84*(PolyGamma[1, 1/12] + PolyGamma[1, 5/12]))/3780;
RealDigits[Re[A] + B, 10, 50][[1]] (* G. C. Greubel, Jan 11 2017 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Feb 24 2005
STATUS
approved