A019658 Decimal expansion of sqrt(Pi*e)/14.
2, 0, 8, 7, 3, 4, 4, 5, 4, 6, 6, 5, 8, 7, 6, 9, 9, 0, 3, 2, 4, 4, 0, 1, 6, 4, 8, 2, 9, 3, 4, 0, 5, 8, 7, 9, 6, 7, 1, 2, 7, 9, 1, 1, 0, 9, 0, 3, 3, 2, 6, 2, 0, 4, 2, 1, 5, 5, 5, 2, 8, 5, 7, 9, 6, 2, 2, 8, 2, 5, 8, 3, 7, 4, 0, 2, 1, 1, 2, 0, 6, 0, 3, 1, 7, 1, 1, 1, 8, 3, 4, 1, 1, 9, 3, 2, 7, 8, 0
Offset: 0
Links
- Ivan Panchenko, Table of n, a(n) for n = 0..1000
Crossrefs
Cf. A019645.
Programs
-
Magma
C := ComplexField(); [Sqrt(Pi(C)*Exp(1))/14]; // G. C. Greubel, Nov 06 2017
-
Mathematica
RealDigits[Sqrt[Pi*E]/14, 10, 20][[1]] (* G. C. Greubel, Jan 10 2017 *)
-
PARI
sqrt(Pi*exp (1))/14 \\ G. C. Greubel, Jan 10 2017