A019632 Decimal expansion of Pi*e/24.
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, 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, 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
Offset: 0
Examples
0.355822259278065294394314619564440603959787...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000 (terms 0..1000 from Ivan Panchenko)
Crossrefs
Cf. A019609 (e*Pi).
Programs
-
Magma
C := ComplexField(); Pi(C)*Exp(1)/24; // G. C. Greubel, Jan 28 2018
-
Mathematica
RealDigits[Pi*E/24, 10, 50][[1]] (* G. C. Greubel, Jan 28 2018 *)
-
PARI
Pi*exp(1)/24 \\ G. C. Greubel, Jan 28 2018