OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.5. Kalmár’s Composition Constant, p. 293.
LINKS
Steven R. Finch, Errata and Addenda to Mathematical Constants, p. 41.
FORMULA
c_m = -1/zeta'(rho), where rho = 1.728647... is A107311, the real solution to zeta(rho) = 2.
Residue_{s = rho} 1/(2 - Zeta(s)). - Vaclav Kotesovec, Nov 04 2018
EXAMPLE
0.55001000541315449183305812670222219646116822710271404...
MATHEMATICA
digits = 101; rho = x /. FindRoot[Zeta[x] == 2, {x, 2}, WorkingPrecision -> digits+5]; cm = -1/Zeta'[rho]; RealDigits[cm, 10, digits] // First
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Sep 22 2014
STATUS
approved