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