login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A182547
Decimal expansion of Pi^gamma, where gamma is the Euler-Mascheroni constant.
4
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, 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, 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
OFFSET
1,2
LINKS
FORMULA
EXAMPLE
1.93625563341967446001393463894632996029116201430656...
MATHEMATICA
RealDigits[ N[Pi^EulerGamma, 105]] [[1]]
PROG
(PARI) default(realprecision, 100); Pi^Euler \\ G. C. Greubel, Sep 03 2018
(Magma) R:= RealField(100); Pi(R)^EulerGamma(R); // G. C. Greubel, Sep 03 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Volker Werner, May 04 2012
STATUS
approved