OFFSET
0,1
COMMENTS
This appears for example while integrating the product of the absolute value of H_2(x) exp(-x^2) over the real line, where H_2 is the second Hermite polynomial.
LINKS
R. J. Mathar, Orthogonal linear combinations of Gaussian Type Orbitals, arXiv:physics/9907051 [physics.chem-ph], 1999-2009, Section VII.
FORMULA
From Amiram Eldar, Jul 08 2023: (Start)
Equals Product_{n>=1} (e / (1 + 1/(n-1/2))^n).
Equals Product_{n>=1} (e * (1 - 1/(n+1/2))^n). (End)
EXAMPLE
0.85776388496070679648018...
MAPLE
evalf(sqrt(2/exp(1))) ;
MATHEMATICA
RealDigits[Sqrt[2/E], 10, 120][[1]] (* Amiram Eldar, Jul 08 2023 *)
PROG
(PARI) sqrt(2/exp(1)) \\ Charles R Greathouse IV, Apr 16 2014
CROSSREFS
KEYWORD
AUTHOR
R. J. Mathar, Jul 14 2013
STATUS
approved