login
A372267
Decimal expansion of the smallest positive zero of the Legendre polynomial of degree 4.
20
3, 3, 9, 9, 8, 1, 0, 4, 3, 5, 8, 4, 8, 5, 6, 2, 6, 4, 8, 0, 2, 6, 6, 5, 7, 5, 9, 1, 0, 3, 2, 4, 4, 6, 8, 7, 2, 0, 0, 5, 7, 5, 8, 6, 9, 7, 7, 0, 9, 1, 4, 3, 5, 2, 5, 9, 2, 9, 5, 3, 9, 7, 6, 8, 2, 1, 0, 2, 0, 0, 3, 0, 4, 6, 3, 2, 3, 7, 0, 3, 4, 4, 7, 7, 8, 7, 5
OFFSET
0,1
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy], Table 25.4, n=4
FORMULA
Smallest positive root of 35*x^4 - 30*x^2 + 3 = 0.
Equals sqrt((3-2*sqrt(6/5))/7).
EXAMPLE
0.339981043584856264802665759103244687200575869770914352592953...
MATHEMATICA
First[RealDigits[Root[LegendreP[4, #] &, 3], 10, 100]] (* Paolo Xausa, Feb 27 2025 *)
CROSSREFS
There are floor(k/2) positive zeros of the Legendre polynomial of degree k:
k | zeros
---+--------------------------
2 | A020760
3 | A010513/10
Sequence in context: A388529 A201456 A392688 * A347033 A336992 A349673
KEYWORD
nonn,cons
AUTHOR
STATUS
approved