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