A019626 Decimal expansion of Pi*e/18.
4, 7, 4, 4, 2, 9, 6, 7, 9, 0, 3, 7, 4, 2, 0, 3, 9, 2, 5, 2, 5, 7, 5, 2, 8, 2, 6, 0, 8, 5, 9, 2, 0, 8, 0, 5, 2, 7, 9, 7, 1, 6, 0, 2, 9, 7, 6, 4, 7, 2, 8, 6, 0, 8, 9, 9, 3, 3, 1, 1, 1, 7, 3, 8, 9, 8, 8, 4, 6, 0, 3, 3, 9, 5, 3, 1, 8, 5, 0, 4, 4, 8, 6, 5, 1, 4, 2, 4, 3, 7, 2, 0, 6, 1, 3, 7, 4, 4, 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)/18; // G. C. Greubel, Jan 28 2018
-
Mathematica
RealDigits[Pi*E/18, 10, 50][[1]] (* G. C. Greubel, Jan 28 2018 *)
-
PARI
Pi*exp(1)/18 \\ G. C. Greubel, Jan 28 2018