OFFSET
1,2
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, arXiv:2001.00578 [math.HO], 2020-2024, p. 37.
FORMULA
c_md = (-1/rho)*Gamma(-1/rho)*(-1/zeta'(rho))^(1/rho), where rho = 1.728647... is A107311, the real solution to zeta(rho) = 2.
EXAMPLE
1.48791597167815789287168630546556607279198849...
MATHEMATICA
digits = 101; rho = x /. FindRoot[Zeta[x] == 2, {x, 2}, WorkingPrecision -> digits + 5]; cmd = (-1/rho)*Gamma[-1/rho]*(-1/Zeta'[rho])^(1/rho); RealDigits[cmd, 10, digits] // First
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Sep 22 2014
STATUS
approved