OFFSET
1,4
COMMENTS
This identity was discovered by Ramanujan.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Philippe Flajolet, Bruno Salvy, Euler Sums and Contour Integral Representations, Experimental Mathematics 7:1 (1998) p. 34.
FORMULA
Sum_{n >= 1} coth(Pi*n)/n^7 = (19/56700)*Pi^7.
EXAMPLE
1.012091205075115507632626514433312077714836279199517513...
MATHEMATICA
RealDigits[(19/56700)*Pi^7, 10, 100] // First
PROG
(PARI) default(realprecision, 100); (19/56700)*Pi^7 \\ G. C. Greubel, Aug 31 2018
(Magma) R:= RealField(100); (19/56700)*Pi(R)^7; // G. C. Greubel, Aug 31 2018
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Sep 22 2014
STATUS
approved