OFFSET
0,1
REFERENCES
S. R. Finch, "Mathematical Constants", Cambridge, pp. 423-428.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..5000
FORMULA
Equals sqrt(Pi*e/2)*erfc(1/sqrt(2)), where erfc is the complementary error function. - Daniel Forgues, Apr 14 2011
Also equals Integral_{-infinity..infinity} (1/sqrt(2*Pi))*exp(-x^2/2)/(1+x^2) dx, where the integrand is normal PDF times Cauchy PDF. - Jean-François Alcover, Apr 28 2015
EXAMPLE
0.6556795424187984715438712307308112833992823328704...
MATHEMATICA
RealDigits[Sqrt[Pi*E/2]*Erfc[1/Sqrt[2]], 10, 111][[1]]
PROG
(PARI) sqrt(Pi*exp(1)/2)*erfc(1/sqrt(2)) \\ G. C. Greubel, Feb 03 2017
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Philippe Deléham, Jun 21 2005
STATUS
approved