This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A342934 #60 Aug 06 2024 05:56:31 %S A342934 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 A342934 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 A342934 6,5,7,5,1,5,6,3,4,3,2,0,8,8,5,2,9,2,3,5,9,9 %N A342934 Decimal expansion of gamma^(1/gamma), where gamma is the Euler-Mascheroni constant. %H A342934 Michael Ian Shamos, <a href="https://citeseerx.ist.psu.edu/pdf/ae33a269baba5e8b1038e719fb3209e8a00abec5">Shamos's catalog of the real numbers</a>, (2011). %e A342934 0.385948254719841058037365008117537208453571562501405965467694054181966575... %p A342934 Digits := 100; evalf(gamma^(1/gamma)); %t A342934 RealDigits[EulerGamme^(1/EulerGamma), 10, 100][[1]] %o A342934 (PARI) Euler^(1/Euler) %Y A342934 Cf. A001620, A098907, A345066, A346589, A073004, A182547, A182470, A073018. %K A342934 nonn,cons %O A342934 0,1 %A A342934 _Christoph B. Kassir_, Aug 30 2021