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”).

A348362
Decimal expansion of gamma^gamma, where gamma is the Euler-Mascheroni constant.
0
7, 2, 8, 1, 8, 3, 1, 3, 7, 4, 9, 2, 5, 4, 3, 0, 4, 1, 1, 4, 9, 2, 1, 6, 9, 2, 7, 7, 9, 3, 4, 9, 0, 6, 1, 7, 2, 8, 9, 5, 5, 5, 9, 8, 0, 4, 2, 8, 1, 2, 0, 0, 6, 7, 8, 9, 8, 7, 7, 2, 3, 4, 5, 0, 6, 9, 3, 1, 9, 7, 5, 6, 3, 8, 1, 4, 4, 1, 7, 9, 9, 2, 9, 2
OFFSET
0,1
EXAMPLE
0.7281831374925430411492169277934906172895559804281200678987723450693...
MAPLE
Digits := 100; evalf(gamma^gamma);
MATHEMATICA
RealDigits[EulerGamme^EulerGamma, 10, 100][[1]]
PROG
(PARI) Euler^Euler
(Magma) (EulerGamma^EulerGamma)(100)
KEYWORD
nonn,cons
AUTHOR
Christoph B. Kassir, Oct 14 2021
STATUS
approved