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