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”).
%I #60 Aug 06 2024 05:56:31
%S 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,
%T 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,
%U 6,5,7,5,1,5,6,3,4,3,2,0,8,8,5,2,9,2,3,5,9,9
%N Decimal expansion of gamma^(1/gamma), where gamma is the Euler-Mascheroni constant.
%H Michael Ian Shamos, <a href="https://citeseerx.ist.psu.edu/pdf/ae33a269baba5e8b1038e719fb3209e8a00abec5">Shamos's catalog of the real numbers</a>, (2011).
%e 0.385948254719841058037365008117537208453571562501405965467694054181966575...
%p Digits := 100; evalf(gamma^(1/gamma));
%t RealDigits[EulerGamme^(1/EulerGamma), 10, 100][[1]]
%o (PARI) Euler^(1/Euler)
%Y Cf. A001620, A098907, A345066, A346589, A073004, A182547, A182470, A073018.
%K nonn,cons
%O 0,1
%A _Christoph B. Kassir_, Aug 30 2021