login
Decimal expansion of Pi*e/21.
1

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

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

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

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

%N Decimal expansion of Pi*e/21.

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

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

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

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

%Y Cf. A019609 (e*Pi).

%K nonn,cons

%O 0,1

%A _N. J. A. Sloane_