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, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
EXAMPLE
0.4504606870183551776623382311970922116693010187369352...
MATHEMATICA
RealDigits[1 + Log[EulerGamma], 10, 100][[1]] (* G. C. Greubel, Aug 27 2018 *)
PROG
(PARI) default(realprecision, 100); 1 + log(Euler) \\ G. C. Greubel, Aug 27 2018
(Magma) R:= RealField(100); 1 + Log(EulerGamma(R)); // G. C. Greubel, Aug 27 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Jun 11 2012
STATUS
approved