A133658 Decimal expansion of Sum_{x=integer, -inf < x < inf} (1/sqrt(2*Pi))*exp(-x^2/2).
1, 0, 0, 0, 0, 0, 0, 0, 0, 5, 3, 5, 0, 5, 7, 5, 9, 8, 2, 1, 4, 8, 4, 7, 9, 3, 6, 2, 4, 8, 2, 2, 4, 8, 0, 8, 0, 5, 3, 7, 0, 6, 0, 6, 4, 6, 9, 5, 7, 4, 4, 3, 1, 7, 2, 6, 3, 2, 7, 5, 5, 0, 7, 7, 6, 0, 7, 7, 4, 9, 1, 9, 1, 6, 2, 8, 8, 5, 4, 2, 3, 0, 3, 6, 5, 1, 9, 5, 8, 7, 9, 1, 1, 9, 0, 9, 1, 6, 8, 4, 3, 7, 6, 7, 9
Offset: 1
Examples
1.000000005350575982148479362482248...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
RealDigits[(1 + 2*Sum[ Exp[ -x^2/2], {x, 1, 24, 1}])/Sqrt[2 Pi], 10, 2^7][[1]] (* Robert G. Wilson v, Dec 30 2007 *)
-
PARI
default(realprecision,100); sqrt(2/Pi)*(suminf(k=1,exp(-k^2/2))+.5) vecextract(eval(Vec(Str( % ))),"^2") \\ M. F. Hasler, Oct 24 2009
Extensions
More terms from Robert G. Wilson v, Dec 30 2007
Comments