cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A384277 Decimal expansion of the smallest zero of the Laguerre polynomial of degree 3.

Original entry on oeis.org

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

Views

Author

A.H.M. Smeets, May 24 2025

Keywords

Examples

			0.41577455678347908331153387312827447354661741269311...
		

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

Programs

  • Mathematica
    First[RealDigits[Root[LaguerreL[3, #] &, 1], 10, 100]] (* Paolo Xausa, Jun 05 2025 *)

Formula

Smallest root of x^3 - 9 x^2 + 18 x - 6 = 0.