OFFSET
1,6
LINKS
Jason Bard, Table of n, a(n) for n = 1..1000
Michael I. Shamos, A catalog of the real numbers, (2007). See p. 21. (Misprint contains erroneous minus sign)
FORMULA
Equals (1/358318080) * (PolyGamma(5, 1/12) + PolyGamma(5, 5/12) - PolyGamma(5, 7/12) - PolyGamma(5, 11/12)).
Equals (73/35831808) * (PolyGamma(5, 1/4) - PolyGamma(5, 3/4)). - Amiram Eldar, Aug 22 2025
EXAMPLE
1.000055160794869463473756618844925625878197693652065...
MAPLE
c:= Re(sum((-1)^(k+1)/(6*k-5)^6+(-1)^(k+1)/(6*k-1)^6, k=1..infinity)):
evalf(c, 140); # Alois P. Heinz, Aug 21 2025
MATHEMATICA
RealDigits[(1/358318080)*(PolyGamma[5, 1/12] + PolyGamma[5, 5/12] - PolyGamma[5, 7/12] - PolyGamma[5, 11/12]), 10, 100][[1]]
PROG
(PARI) (365/1492992) * (zetahurwitz(6, 1/4) - zetahurwitz(6, 3/4))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jason Bard, Aug 21 2025
STATUS
approved
