login
A384464
Decimal expansion of the weight factor for Laguerre-Gauss quadrature corresponding to abscissa A384278.
13
2, 7, 8, 5, 1, 7, 7, 3, 3, 5, 6, 9, 2, 4, 0, 8, 4, 8, 8, 0, 1, 4, 4, 4, 8, 8, 8, 4, 5, 6, 7, 2, 6, 4, 8, 1, 0, 3, 4, 8, 9, 0, 0, 3, 0, 9, 8, 6, 3, 8, 8, 6, 7, 1, 8, 5, 6, 7, 3, 4, 9, 4, 8, 4, 3, 4, 4, 9, 4, 0, 9, 6, 5, 7, 9, 3, 6, 5, 7, 5, 3, 0, 3, 5, 7, 4, 2
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 = 3.
Eric Weisstein's World of Mathematics, Laguerre-Gauss Quadrature.
FORMULA
Second largest root of 1944*x^3 - 1944*x^2 + 405*x - 4 = 0.
EXAMPLE
0.27851773356924084880144488845672648103489003098638...
MATHEMATICA
First[RealDigits[Root[1944*#^3 - 1944*#^2 + 405*# - 4 &, 2], 10, 100]] (* Paolo Xausa, Jun 26 2025 *)
PROG
(PARI) solve(x = 0.2, 0.3, 1944*x^3 - 1944*x^2 + 405*x - 4)
CROSSREFS
There are k positive real zeros of the Laguerre polynomial of degree k:
k | zeros | corresponding weights for Laguerre-Gauss quadrature
---+------------------------------------------+-----------------------------------------------------
3 | A384277, A384278, A384279 | A384463, this sequence, A384465
Sequence in context: A360441 A019731 A363438 * A021363 A352495 A141721
KEYWORD
nonn,cons
AUTHOR
A.H.M. Smeets, May 30 2025
STATUS
approved