login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of Pi^gamma, where gamma is the Euler-Mascheroni constant.
4

%I #11 Sep 08 2022 08:45:55

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

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

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

%N Decimal expansion of Pi^gamma, where gamma is the Euler-Mascheroni constant.

%H G. C. Greubel, <a href="/A182547/b182547.txt">Table of n, a(n) for n = 1..10000</a>

%F Equals A000796^A001620.

%e 1.93625563341967446001393463894632996029116201430656...

%t RealDigits[ N[Pi^EulerGamma, 105]] [[1]]

%o (PARI) default(realprecision, 100); Pi^Euler \\ _G. C. Greubel_, Sep 03 2018

%o (Magma) R:= RealField(100); Pi(R)^EulerGamma(R); // _G. C. Greubel_, Sep 03 2018

%Y Cf. A000796, A001620, A182470.

%K nonn,cons

%O 1,2

%A _Volker Werner_, May 04 2012