%I #16 Sep 08 2022 08:44:44
%S 7,4,2,5,8,5,5,8,4,5,8,0,3,1,0,1,7,9,6,0,5,5,2,6,1,6,2,5,6,9,2,6,7,3,
%T 4,7,3,9,4,3,3,8,1,3,3,5,4,4,7,9,2,6,0,5,3,8,0,8,3,4,8,8,0,8,8,5,1,5,
%U 0,3,1,4,0,1,3,6,8,0,9,3,9,7,8,8,9,1,8,5,9,7,3,6,6,1,2,8,1,6,9
%N Decimal expansion of 2*Pi*e/23.
%H Ivan Panchenko, <a href="/A019608/b019608.txt">Table of n, a(n) for n = 0..1000</a>
%e 0.7425855845803101796...
%t RealDigits[2 Pi E/23, 10, 100][[1]] (* _Alonso del Arte_, Feb 05 2018 *)
%o (PARI) default(realprecision, 100); 2*Pi*exp(1)/23 \\ _G. C. Greubel_, Aug 24 2018
%o (Magma) SetDefaultRealField(RealField(100)); R:=RealField(); 2*Pi(R)*Exp(1)/23; // _G. C. Greubel_, Aug 24 2018
%Y Cf. A019597.
%K nonn,cons,easy
%O 0,1
%A _N. J. A. Sloane_