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.

A384281 Decimal expansion of the second smallest zero of the Laguerre polynomial of degree 4.

Original entry on oeis.org

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

Views

Author

A.H.M. Smeets, May 26 2025

Keywords

Examples

			1.74576110115834657568681671251794702367387451553107...
		

Crossrefs

There are k positive real zeros of the Laguerre polynomial of degree k:
k | zeros | corresponding weights for Laguerre-Gauss quadrature
---+------------------------------------------+-----------------------------------------------------
4 | A384280, this sequence

Programs

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

Formula

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