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.

A384464 Decimal expansion of the weight factor for Laguerre-Gauss quadrature corresponding to abscissa A384278.

Original entry on oeis.org

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

Views

Author

A.H.M. Smeets, May 30 2025

Keywords

Examples

			0.27851773356924084880144488845672648103489003098638...
		

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

Programs

  • Mathematica
    First[RealDigits[Root[1944*#^3 - 1944*#^2 + 405*# - 4 &, 2], 10, 100]] (* Paolo Xausa, Jun 26 2025 *)
  • PARI
    solve(x = 0.2, 0.3, 1944*x^3 - 1944*x^2 + 405*x - 4)

Formula

Second largest root of 1944*x^3 - 1944*x^2 + 405*x - 4 = 0.