OFFSET
0,3
LINKS
David H. Bailey and Jonathan M. Borwein, Computation and structure of character polylogarithms.
EXAMPLE
0.008465459183243566000220465483622880709825883487695051...
MATHEMATICA
digits = 104; s = NSum[(-1)^(m + n)*Log[m]*Log[n]/(m*n*(m + n)), {m, 1, Infinity}, {n, 1, Infinity}, WorkingPrecision -> digits + 10, Method -> "AlternatingSigns"]; Join[{0, 0}, RealDigits[s, 10, digits] // First]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Mar 13 2015
STATUS
approved