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.

A372271 Decimal expansion of the smallest positive zero of the Legendre polynomial of degree 6.

Original entry on oeis.org

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

Views

Author

Pontus von Brömssen, Apr 25 2024

Keywords

Examples

			0.238619186083196908630501721680711935418610630140021350181395...
		

Crossrefs

There are floor(k/2) positive zeros of the Legendre polynomial of degree k:
k | zeros
---+--------------------------
2 | A020760
3 | A010513/10

Programs

  • Mathematica
    First[RealDigits[Root[LegendreP[6, #] &, 4], 10, 100]] (* Paolo Xausa, Feb 27 2025 *)

Formula

Smallest positive root of 231*x^6 - 315*x^4 + 105*x^2 - 5 = 0.