%I #14 Sep 08 2022 08:44:44
%S 4,7,4,4,2,9,6,7,9,0,3,7,4,2,0,3,9,2,5,2,5,7,5,2,8,2,6,0,8,5,9,2,0,8,
%T 0,5,2,7,9,7,1,6,0,2,9,7,6,4,7,2,8,6,0,8,9,9,3,3,1,1,1,7,3,8,9,8,8,4,
%U 6,0,3,3,9,5,3,1,8,5,0,4,4,8,6,5,1,4,2,4,3,7,2,0,6,1,3,7,4,4,1
%N Decimal expansion of Pi*e/18.
%H G. C. Greubel, <a href="/A019626/b019626.txt">Table of n, a(n) for n = 0..10000</a> (terms 0..1000 from Ivan Panchenko)
%t RealDigits[Pi*E/18, 10, 50][[1]] (* _G. C. Greubel_, Jan 28 2018 *)
%o (PARI) Pi*exp(1)/18 \\ _G. C. Greubel_, Jan 28 2018
%o (Magma) C<i> := ComplexField(); Pi(C)*Exp(1)/18; // _G. C. Greubel_, Jan 28 2018
%Y Cf. A019609 (Pi*e).
%K nonn,cons
%O 0,1
%A _N. J. A. Sloane_