OFFSET
0,1
REFERENCES
W. E. Mansell, Tables of Natural and Common Logarithms. Royal Society Mathematical Tables, Vol. 8, Cambridge Univ. Press, 1964, p. XVIII.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Ivan Panchenko, Table of n, a(n) for n = 0..1000
Simon Plouffe, -log(gamma) to 10000 digits
Simon Plouffe, -log(gamma) to 1024 digits
EXAMPLE
.549539312981644822337661768802907788330698981263...
MATHEMATICA
RealDigits[-Log[EulerGamma], 10, 100][[1]] (* G. C. Greubel, Sep 07 2018 *)
PROG
(PARI) -log(Euler) \\ Michel Marcus, Mar 11 2013
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); -Log(EulerGamma(R)); // G. C. Greubel, Sep 07 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved