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

A261830
Decimal expansion of Integral_{0..1/2} log(gamma(x+1)) dx (negated).
0
0, 4, 2, 8, 5, 3, 7, 4, 0, 6, 5, 0, 2, 9, 0, 9, 4, 4, 5, 5, 6, 6, 2, 3, 0, 4, 0, 5, 5, 6, 1, 9, 9, 1, 9, 0, 2, 9, 7, 4, 7, 5, 9, 3, 2, 1, 2, 3, 4, 4, 3, 8, 8, 0, 7, 4, 0, 3, 4, 2, 4, 4, 2, 0, 3, 1, 4, 9, 9, 1, 4, 7, 7, 7, 0, 0, 8, 8, 6, 7, 9, 6, 3, 3, 1, 8, 3, 3, 3, 5, 6, 3, 9, 6, 5, 3, 2, 2, 3, 6, 3, 3, 3
OFFSET
0,2
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 2.15 Glaisher-Kinkelin constant, p. 135.
FORMULA
-1/2-(7/24)*log(2)+(1/4)*log(Pi)+(3/2)*log(A), where A is the Glaisher-Kinkelin constant 1.282427... (A074962).
EXAMPLE
-0.042853740650290944556623040556199190297475932123443880740342442...
MATHEMATICA
Join[{0}, RealDigits[-1/2 - (7/24)*Log[2] + (1/4)*Log[Pi] + (3/2) * Log[Glaisher], 10, 102] // First]
PROG
(PARI) -intnum(x=1, 3/2, lngamma(x)) \\ Charles R Greathouse IV, Apr 18 2016
CROSSREFS
Cf. A074962.
Sequence in context: A066104 A143095 A141073 * A194038 A131819 A194064
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved