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.

A384586 Decimal expansion of the second largest zero of the Laguerre polynomial of degree 4.

Original entry on oeis.org

4, 5, 3, 6, 6, 2, 0, 2, 9, 6, 9, 2, 1, 1, 2, 7, 9, 8, 3, 2, 7, 9, 2, 8, 5, 3, 8, 4, 9, 5, 7, 1, 3, 7, 8, 8, 0, 1, 2, 5, 7, 8, 4, 3, 5, 3, 3, 8, 6, 8, 0, 4, 6, 4, 9, 7, 4, 8, 0, 5, 7, 5, 8, 7, 5, 5, 5, 8, 2, 8, 4, 5, 0, 8, 7, 5, 1, 4, 3, 1, 5, 8, 9, 7, 6, 5, 3
Offset: 1

Views

Author

A.H.M. Smeets, Jun 04 2025

Keywords

Examples

			4.53662029692112798327928538495713788012578435338680...
		

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, this sequence, A384587 | A384466, A384467, A384588, A384589

Programs

  • Mathematica
    First[RealDigits[Root[LaguerreL[4, #] &, 3], 10, 100]] (* Paolo Xausa, Jun 18 2025 *)
  • PARI
    solve(x = 2, 6, x^4 - 16*x^3 + 72*x^2 - 96*x + 24)

Formula

Second largest root of x^4 - 16 x^3 + 72 x^2 - 96 x + 24 = 0.