login
Decimal expansion of Pi*e/16.
1

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

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

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

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

%N Decimal expansion of Pi*e/16.

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

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

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

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

%Y Cf. A019609 (Pi*e).

%K nonn,cons

%O 0,1

%A _N. J. A. Sloane_