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