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