A275703 Decimal expansion of the Dirichlet eta function at 6.
9, 8, 5, 5, 5, 1, 0, 9, 1, 2, 9, 7, 4, 3, 5, 1, 0, 4, 0, 9, 8, 4, 3, 9, 2, 4, 4, 4, 8, 4, 9, 5, 4, 2, 6, 1, 4, 0, 4, 8, 8, 5, 6, 9, 3, 4, 6, 9, 3, 2, 6, 8, 8, 8, 0, 3, 4, 8, 3, 3, 3, 9, 3, 2, 5, 4, 1, 9, 6, 8, 0, 2, 1, 8, 6, 2, 7, 1, 7, 1, 3, 5, 7, 3, 9, 3, 7, 2, 9, 1, 1, 2, 7, 9, 5, 5, 9, 4, 6, 4
Offset: 0
Examples
31*(Pi^6)/30240 = 0.9855510912974...
Crossrefs
Programs
-
Mathematica
RealDigits[31*(Pi^6)/30240,10,100]
-
Sage
s = RLF(0); s RealField(110)(s) for i in range(1, 10000): s -= (-1)^i / i^6 print(s) # Terry D. Grant, Aug 05 2016
Formula
eta(6) = 31*(Pi^6)/30240 = 31*A092732/30240 = Sum_{n>=1} (-1)^(n+1)/n^6.
Comments