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.

A182496 Decimal expansion of 1/(gamma^Pi), where gamma is the Euler-Mascheroni constant.

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