login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A258162 Decimal expansion of the log Gamma integral LG_3 = Integral_{0..1} log(Gamma(x))^3 dx. 3

%I #16 Apr 06 2024 13:48:06

%S 5,7,4,0,3,8,8,8,0,7,2,2,9,4,7,4,2,8,0,0,1,9,5,7,1,6,8,8,1,0,2,4,6,1,

%T 4,6,2,9,6,1,0,1,3,0,0,7,4,5,4,8,7,3,3,3,1,4,2,5,4,0,2,4,5,1,2,3,8,8,

%U 8,4,3,8,7,1,7,7,1,2,5,0,2,6,1,0,6,2,6,2,1,6,6,6,2,8,7,2,3,3,0,5,1,5,7,8

%N Decimal expansion of the log Gamma integral LG_3 = Integral_{0..1} log(Gamma(x))^3 dx.

%H G. C. Greubel, <a href="/A258162/b258162.txt">Table of n, a(n) for n = 1..1000</a>

%H David H. Bailey, David Borwein, and Jonathan M. Borwein, <a href="https://carmamaths.org/resources/jon/log-gamma.pdf">On Eulerian Log-Gamma Integrals and Tornheim-Witten Zeta Functions</a>.

%e 5.7403888072294742800195716881024614629610130074548733314254...

%p evalf(Int(log(GAMMA(x))^3,x=0..1),120); # _Vaclav Kotesovec_, May 22 2015

%t LG3 = NIntegrate[LogGamma[x]^3, {x, 0, 1}, WorkingPrecision -> 104]; RealDigits[LG3] // First

%o (PARI) intnum(x=0, 1, log(gamma(x))^3) \\ _Michel Marcus_, Oct 24 2017

%Y Cf. A075700 (LG_1), A102887 (LG_2), A258163 (LG_4), A258164 (LG_5).

%K nonn,cons,easy,changed

%O 1,1

%A _Jean-François Alcover_, May 22 2015

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 00:27 EDT 2024. Contains 371696 sequences. (Running on oeis4.)