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.

A384463 Decimal expansion of the weight factor for Laguerre-Gauss quadrature corresponding to abscissa A384277.

Original entry on oeis.org

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

Views

Author

A.H.M. Smeets, May 30 2025

Keywords

Examples

			0.71109300992917301544959019114259443130939379628955...
		

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 | this sequence, A384464, A384465

Programs

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

Formula

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