cp's OEIS Frontend

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.

A182551 Decimal expansion of gamma^(1/e), where gamma is the Euler-Mascheroni constant.

This page as a plain text file.
%I A182551 #10 Sep 08 2022 08:45:55
%S A182551 8,1,6,9,6,0,7,5,9,4,1,9,8,9,3,0,9,8,1,3,7,6,5,5,1,4,1,0,3,0,2,7,6,9,
%T A182551 7,6,4,4,2,1,1,1,2,0,8,7,9,2,6,3,2,3,7,0,0,8,4,2,4,7,1,0,3,8,9,6,6,7,
%U A182551 0,7,2,3,7,4,0,7,5,5,4,9,9,5,8,9,2,6,1,1,9,4,1,8,0,7,9,3,4,2,6,6,2,2,9,6,1
%N A182551 Decimal expansion of gamma^(1/e), where gamma is the Euler-Mascheroni constant.
%H A182551 G. C. Greubel, <a href="/A182551/b182551.txt">Table of n, a(n) for n = 0..10000</a>
%F A182551 Equals A001620^(1/A001113).
%e A182551 0.81696075941989309813765514103027697644211120879263...
%t A182551 RealDigits[ N[EulerGamma^(1/E), 105]][[1]]
%o A182551 (PARI) default(realprecision, 100); Euler^(1/exp(1)) \\ _G. C. Greubel_, Sep 06 2018
%o A182551 (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); EulerGamma(R)^(1/Exp(1)); // _G. C. Greubel_, Sep 06 2018
%Y A182551 Cf. A001113, A001620, A073004, A094644.
%K A182551 nonn,cons
%O A182551 0,1
%A A182551 _Volker Werner_, May 04 2012