A019631 Decimal expansion of Pi*e/23.
3, 7, 1, 2, 9, 2, 7, 9, 2, 2, 9, 0, 1, 5, 5, 0, 8, 9, 8, 0, 2, 7, 6, 3, 0, 8, 1, 2, 8, 4, 6, 3, 3, 6, 7, 3, 6, 9, 7, 1, 6, 9, 0, 6, 6, 7, 7, 2, 3, 9, 6, 3, 0, 2, 6, 9, 0, 4, 1, 7, 4, 4, 0, 4, 4, 2, 5, 7, 5, 1, 5, 7, 0, 0, 6, 8, 4, 0, 4, 6, 9, 8, 9, 4, 4, 5, 9, 2, 9, 8, 6, 8, 3, 0, 6, 4, 0, 8, 4
Offset: 0
Examples
0.371292792290155089802763081284633673697169...
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)/23; // G. C. Greubel, Jan 28 2018
-
Mathematica
RealDigits[(Pi E)/23,10,120][[1]] (* Harvey P. Dale, May 10 2012 *)
-
PARI
Pi*exp(1)/23 \\ G. C. Greubel, Jan 28 2018