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.

A382103 Decimal expansion of the weight factor for Legendre-Gauss quadrature corresponding to abscissa A372267.

Original entry on oeis.org

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

Views

Author

A.H.M. Smeets, Mar 15 2025

Keywords

Comments

There are floor(k/2) positive zeros of the Legendre polynomial of degree k:
k | zeros | corresponding weights for Legendre-Gauss quadrature
---+---------------------------+----------------------------------------------------
2 | A020760 | A000007*10
3 | A010513/10 | A010716
4 | A372267, A372268 | this sequence, A382104

Examples

			0.34785484513745385737306394922199940723534869583389...
		

Crossrefs

Cf. A372267.

Programs

  • Mathematica
    RealDigits[1/2 - Sqrt[5/6]/6, 10, 120][[1]] (* Amiram Eldar, Mar 24 2025 *)

Formula

Equals 1/2 - (1/6)*sqrt(5/6).