login
A384277
Decimal expansion of the smallest zero of the Laguerre polynomial of degree 3.
15
4, 1, 5, 7, 7, 4, 5, 5, 6, 7, 8, 3, 4, 7, 9, 0, 8, 3, 3, 1, 1, 5, 3, 3, 8, 7, 3, 1, 2, 8, 2, 7, 4, 4, 7, 3, 5, 4, 6, 6, 1, 7, 4, 1, 2, 6, 9, 3, 1, 1, 8, 4, 6, 5, 0, 9, 3, 9, 6, 5, 9, 5, 4, 3, 2, 2, 3, 2, 5, 0, 1, 9, 9, 3, 6, 9, 1, 3, 3, 1, 4, 9, 5, 7, 1, 9, 6
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 Polynomial.
Eric Weisstein's World of Mathematics, Laguerre-Gauss Quadrature.
FORMULA
Smallest root of x^3 - 9 x^2 + 18 x - 6 = 0.
EXAMPLE
0.41577455678347908331153387312827447354661741269311...
MATHEMATICA
First[RealDigits[Root[LaguerreL[3, #] &, 1], 10, 100]] (* Paolo Xausa, Jun 05 2025 *)
CROSSREFS
There are k positive real zeros of the Laguerre polynomial of degree k:
k | zeros | corresponding weights for Laguerre-Gauss quadrature
---+------------------------------------------+-----------------------------------------------------
3 | this sequence, A384278, A384279 | A384463, A384464, A384465
Sequence in context: A344026 A133866 A356045 * A242131 A177266 A356124
KEYWORD
nonn,cons
AUTHOR
A.H.M. Smeets, May 24 2025
STATUS
approved