OFFSET
1,2
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 8.9 Hyperbolic volume constants, p. 512.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
Eric Weisstein's MathWorld, Dawson's Integral
EXAMPLE
1.261522510148503929705091109162693953384...
MATHEMATICA
digits = 100; DawsonF[x_] := Sqrt[Pi]*Erfi[x]/(2*Exp[x^2]); c = 2*DawsonF[x] /. FindRoot[DawsonF'[x], {x, 1}, WorkingPrecision -> digits + 5]; RealDigits[c*Sqrt[E/2], 10, digits] // First
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Jun 05 2014
STATUS
approved