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