login
Decimal expansion of Pi*e/24.
1

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

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

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

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

%N Decimal expansion of Pi*e/24.

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

%e 0.355822259278065294394314619564440603959787...

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

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

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

%Y Cf. A019609 (e*Pi).

%K nonn,cons

%O 0,1

%A _N. J. A. Sloane_