A096411 Decimal expansion of 1/sqrt(Pi*e).
3, 4, 2, 1, 9, 8, 2, 8, 0, 3, 1, 2, 2, 1, 6, 5, 3, 3, 1, 7, 9, 2, 5, 1, 1, 8, 3, 4, 7, 0, 0, 9, 7, 0, 5, 7, 9, 3, 5, 7, 3, 4, 8, 4, 7, 3, 1, 1, 7, 7, 1, 9, 3, 4, 3, 0, 5, 7, 7, 9, 7, 5, 5, 1, 1, 6, 3, 3, 8, 4, 5, 1, 2, 7, 0, 9, 7, 0, 3, 2, 0, 5, 4, 4, 6, 1, 5, 3, 1, 8, 3, 4, 2, 7, 0, 3, 1, 7, 1, 5, 3, 6, 1, 1, 7
Offset: 0
Examples
0.3421982803122165331792511834700...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..5000
Programs
-
Mathematica
RealDigits[N[1/(Pi*E)^(1/2),6! ]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jun 18 2009 *)
-
PARI
1/sqrt(Pi*exp(1)) \\ G. C. Greubel, Jan 11 2017
Extensions
Definition clarified by R. J. Mathar, Feb 05 2009