login
A394167
a(n) = 1/Product_{i = 1..floor(n/2)} W_i, where W_i is the i-th normalized weight factor for Hermite-Gauss quadrature of degree n, corresponding to the i-th positive abscissa.
2
1, 1, 2, 6, 48, 400, 10800, 246960, 21073920, 1316818944, 342921600000, 58442186880000, 45444644517888000, 21101743065006489600, 48272757747179554068480, 61034174848925197920000000, 406342672548486275137536000000, 1398378373047164966922973347840000
OFFSET
0,3
COMMENTS
In Hermite-Gauss quadrature, the weighting function is given by w(x) = exp(-x^2) over the interval (-oo,oo), and thus Integral_{x=-oo..oo} w(x) dx = sqrt(Pi). The normalized weighting function W(x) and weighting factors W_i are given such that Integral_{x=-oo..oo} W(x) dx = 1; i.e., W(x) = w(x)/sqrt(Pi) and W_i = w_i/sqrt(Pi). The normalized weighting factors W_i of degree n are algebraic numbers of degree floor(n/2) if the corresponding abscissa is not zero.
LINKS
Eric Weisstein's World of Mathematics, Hermite-Gauss Quadrature.
FORMULA
a(n) = A393904(n,0)/abs(A393904(n,floor(n/2))).
CROSSREFS
Cf. A393904.
Cf. A391956 (Laguerre-Gauss).
Sequence in context: A228159 A249786 A292934 * A195203 A365285 A052743
KEYWORD
nonn
AUTHOR
A.H.M. Smeets, Mar 11 2026
STATUS
approved