login
A384467
Decimal expansion of the weight factor for Laguerre-Gauss quadrature corresponding to abscissa A384281.
13
3, 5, 7, 4, 1, 8, 6, 9, 2, 4, 3, 7, 7, 9, 9, 6, 8, 6, 6, 4, 1, 4, 9, 2, 0, 1, 7, 4, 5, 8, 0, 9, 1, 2, 8, 1, 7, 6, 3, 5, 7, 8, 3, 6, 4, 9, 1, 9, 3, 4, 0, 9, 2, 1, 7, 4, 8, 2, 2, 5, 0, 4, 6, 6, 7, 5, 7, 6, 4, 1, 5, 9, 2, 0, 7, 0, 2, 7, 1, 1, 5, 1, 4, 3, 6, 2, 8
OFFSET
0,1
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy]. Table 25.9, n = 4.
Eric Weisstein's World of Mathematics, Laguerre-Gauss Quadrature.
FORMULA
Second largest root of 1990656*x^4 - 1990656*x^3 + 504576*x^2 - 16960*x + 9 = 0.
EXAMPLE
0.35741869243779968664149201745809128176357836491934...
MATHEMATICA
First[RealDigits[Root[1990656*#^4 - 1990656*#^3 + 504576*#^2 - 16960*# + 9 &, 3], 10, 100]] (* Paolo Xausa, Jun 26 2025 *)
PROG
(PARI) solve(x = 0.3, 0.4, 1990656*x^4 - 1990656*x^3 + 504576*x^2 - 16960*x + 9)
CROSSREFS
There are k positive real zeros of the Laguerre polynomial of degree k:
k | zeros | corresponding weights for Laguerre-Gauss quadrature
---+------------------------------------------+-----------------------------------------------------
4 | A384280, A384281 | A384466, this sequence
Sequence in context: A204938 A101088 A134487 * A064537 A023899 A356026
KEYWORD
nonn,cons
AUTHOR
A.H.M. Smeets, May 30 2025
STATUS
approved