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

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