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.

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

This page as a plain text file.
%I A182526 #10 Sep 08 2022 08:45:55
%S A182526 1,8,1,9,7,0,6,0,2,7,1,7,0,8,0,0,4,7,6,3,2,9,0,6,6,0,5,7,7,5,3,9,0,6,
%T A182526 5,4,4,5,5,9,7,4,5,4,4,9,8,1,9,0,2,9,5,2,9,0,6,0,6,8,4,3,0,0,1,9,9,6,
%U A182526 6,6,6,4,7,6,6,7,3,1,2,8,4,3,7,8,9,3,2,0,9,1,1,3,7,2,9,6,4,4,1,9,2,7,1,2,6
%N A182526 Decimal expansion of | log_gamma(e) |, where gamma is the Euler-Mascheroni constant.
%C A182526 Reciprocal of A002389.
%H A182526 G. C. Greubel, <a href="/A182526/b182526.txt">Table of n, a(n) for n = 1..10000</a>
%F A182526 Equals 1/A002389.
%e A182526 1.81970602717080047632906605775390654455974544981902...
%t A182526 RealDigits[1/Log[EulerGamma], 10, 100][[1]]
%o A182526 (PARI) default(realprecision, 100); -1/log(Euler) \\ _G. C. Greubel_, Sep 06 2018
%o A182526 (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); -1/Log(EulerGamma(R)); // _G. C. Greubel_, Sep 06 2018
%Y A182526 Cf. A001113, A001620, A002389.
%K A182526 nonn,cons
%O A182526 1,2
%A A182526 _Volker Werner_, May 03 2012