A019657 Decimal expansion of sqrt(Pi*e)/13.
2, 2, 4, 7, 9, 0, 9, 5, 1, 1, 7, 8, 6, 3, 6, 7, 5, 8, 8, 1, 0, 8, 9, 4, 0, 8, 2, 7, 7, 7, 5, 1, 4, 0, 2, 4, 2, 6, 1, 3, 7, 7, 5, 0, 4, 0, 4, 9, 7, 3, 5, 9, 1, 2, 2, 3, 2, 1, 3, 3, 8, 4, 7, 0, 3, 6, 3, 0, 4, 3, 2, 0, 9, 5, 0, 9, 9, 6, 6, 8, 3, 4, 1, 8, 7, 6, 5, 8, 8, 9, 8, 2, 8, 2, 3, 5, 3, 0, 1
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))/13]; // G. C. Greubel, Nov 06 2017
-
Mathematica
RealDigits[Sqrt[Pi*E]/13, 10, 20][[1]] (* G. C. Greubel, Jan 10 2017 *)
-
PARI
sqrt(Pi*exp (1))/13 \\ G. C. Greubel, Jan 10 2017