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”).

A182524
Decimal expansion of | log_gamma(Pi) |, where gamma is the Euler-Mascheroni constant.
1
2, 0, 8, 3, 0, 7, 1, 8, 7, 2, 7, 6, 2, 6, 9, 5, 9, 2, 0, 9, 9, 4, 8, 3, 9, 2, 7, 8, 4, 8, 1, 5, 2, 9, 3, 9, 0, 1, 6, 7, 4, 4, 3, 2, 6, 6, 9, 2, 6, 3, 6, 7, 5, 5, 1, 4, 9, 4, 8, 9, 7, 1, 3, 0, 5, 8, 0, 2, 5, 7, 5, 7, 8, 5, 2, 3, 0, 4, 8, 0, 2, 0, 1, 8, 6, 9, 7, 8, 2, 1, 3, 7, 0, 3, 8, 0, 9, 8, 9, 8, 4, 1, 9, 6, 8
OFFSET
1,1
LINKS
FORMULA
Equals |Log(A000796)/Log(A001620)|.
EXAMPLE
2.08307187276269592099483927848152939016744326692636...
MATHEMATICA
RealDigits[ N[Log[Pi]/Log[EulerGamma], 105]] [[1]]
PROG
(PARI) default(realprecision, 100); -log(Pi)/log(Euler) \\ G. C. Greubel, Sep 01 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); -Log(Pi(R))/Log(EulerGamma(R)); // G. C. Greubel, Sep 01 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Volker Werner, May 03 2012
STATUS
approved