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