login
A390401
Decimal expansion of the real solution of sqrt(Pi)*erf(sqrt(-log(h))) - 2*h*sqrt(-log(h)) = sqrt(Pi)/2.
1
3, 0, 6, 3, 6, 2, 2, 8, 4, 1, 5, 3, 0, 2, 7, 1, 3, 2, 9, 1, 8, 6, 4, 8, 1, 0, 2, 1, 4, 0, 5, 3, 5, 9, 5, 3, 4, 4, 4, 1, 1, 4, 9, 2, 0, 6, 7, 6, 8, 3, 8, 5, 9, 2, 5, 1, 3, 8, 4, 7, 3, 9, 6, 0, 5, 0, 1, 2, 2, 9, 1, 2, 4, 1, 1, 4, 3, 2, 5, 9, 7, 4, 2, 1, 2, 7, 9, 0, 3, 3, 6, 2, 4, 3, 9, 0, 0, 6, 3, 9
OFFSET
0,1
COMMENTS
This constant gives the value of h such that the area between the graph of y = exp(-x^2) and the straight line y = h is equal to half of that between y = exp(-x^2) and the x-axis.
EXAMPLE
0.30636228415302713291864810214053595344411492...
MATHEMATICA
digits=100; RealDigits[h/.NSolve[Sqrt[Pi]Erf[Sqrt[-Log[h]]]-2h*Sqrt[-Log[h]]==Sqrt[Pi]/2, {h}, Reals, digits], 10, digits][[1]][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Stefano Spezia, Dec 11 2025
STATUS
approved