login
Decimal expansion of Pi*e/19.
1

%I #14 Sep 08 2022 08:44:44

%S 4,4,9,4,5,9,6,9,5,9,3,0,1,8,7,7,4,0,2,8,7,5,5,5,3,0,8,9,2,3,5,0,3,9,

%T 2,0,7,9,1,3,0,9,9,2,2,9,3,5,0,0,6,0,5,0,6,2,5,2,4,2,1,6,4,7,4,6,2,7,

%U 5,1,9,0,0,6,0,9,1,2,1,4,7,7,6,6,9,7,7,0,4,5,7,7,4,2,3,5,4,7,0

%N Decimal expansion of Pi*e/19.

%H G. C. Greubel, <a href="/A019627/b019627.txt">Table of n, a(n) for n = 0..10000</a> (terms 0..1000 from Ivan Panchenko)

%t RealDigits[Pi*E/19, 10, 50][[1]] (* _G. C. Greubel_, Jan 28 2018 *)

%o (PARI) Pi*exp(1)/19 \\ _G. C. Greubel_, Jan 28 2018

%o (Magma) C<i> := ComplexField(); Pi(C)*Exp(1)/19; // _G. C. Greubel_, Jan 28 2018

%Y Cf. A019609 (e*Pi).

%K nonn,cons

%O 0,1

%A _N. J. A. Sloane_