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