login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A213440
Decimal expansion of 1 + log(gamma), where gamma is Euler's constant A001620.
(Formerly N1306)
2
4, 5, 0, 4, 6, 0, 6, 8, 7, 0, 1, 8, 3, 5, 5, 1, 7, 7, 6, 6, 2, 3, 3, 8, 2, 3, 1, 1, 9, 7, 0, 9, 2, 2, 1, 1, 6, 6, 9, 3, 0, 1, 0, 1, 8, 7, 3, 6, 9, 3, 5, 2, 0, 8, 9, 0, 9, 8, 4, 8, 6, 9, 5, 4, 2, 3, 3, 6, 8, 5, 7, 9, 9, 4, 4, 2, 4, 6, 9, 5, 2, 4, 3, 7, 3, 8, 1, 0, 1, 0, 8, 8, 7, 2, 3, 8, 5, 9, 3, 1, 5, 8, 5, 3, 3, 0, 7, 2, 4, 2, 0, 8, 0, 9, 5, 9, 5, 0, 4, 4, 7, 3, 6, 8, 1, 4
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
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
Sequence in context: A199967 A021226 A197584 * A011286 A246927 A187045
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Jun 11 2012
STATUS
approved