cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A182524 Decimal expansion of | log_gamma(Pi) |, where gamma is the Euler-Mascheroni constant.

This page as a plain text file.
%I A182524 #9 Sep 08 2022 08:45:55
%S A182524 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,
%T A182524 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,
%U A182524 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
%N A182524 Decimal expansion of | log_gamma(Pi) |, where gamma is the Euler-Mascheroni constant.
%H A182524 G. C. Greubel, <a href="/A182524/b182524.txt">Table of n, a(n) for n = 1..10000</a>
%F A182524 Equals |Log(A000796)/Log(A001620)|.
%e A182524 2.08307187276269592099483927848152939016744326692636...
%t A182524 RealDigits[ N[Log[Pi]/Log[EulerGamma], 105]] [[1]]
%o A182524 (PARI) default(realprecision, 100); -log(Pi)/log(Euler) \\ _G. C. Greubel_, Sep 01 2018
%o A182524 (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); -Log(Pi(R))/Log(EulerGamma(R)); // _G. C. Greubel_, Sep 01 2018
%Y A182524 Cf. A000796, A001620, A182500
%K A182524 nonn,cons
%O A182524 1,1
%A A182524 _Volker Werner_, May 03 2012