close
login
A372274
Decimal expansion of the smallest positive zero of the Legendre polynomial of degree 7.
20
4, 0, 5, 8, 4, 5, 1, 5, 1, 3, 7, 7, 3, 9, 7, 1, 6, 6, 9, 0, 6, 6, 0, 6, 4, 1, 2, 0, 7, 6, 9, 6, 1, 4, 6, 3, 3, 4, 7, 3, 8, 2, 0, 1, 4, 0, 9, 9, 3, 7, 0, 1, 2, 6, 3, 8, 7, 0, 4, 3, 2, 5, 1, 7, 9, 4, 6, 6, 3, 8, 1, 3, 2, 2, 6, 1, 2, 5, 6, 5, 5, 3, 2, 8, 3, 1, 2
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=7.
Eric Weisstein's World of Mathematics, Legendre Polynomial.
Eric Weisstein's World of Mathematics, Legendre-Gauss Quadrature.
FORMULA
Smallest positive root of 429*x^6 - 693*x^4 + 315*x^2 - 35 = 0.
EXAMPLE
0.405845151377397166906606412076961463347382014099370126387043...
MATHEMATICA
First[RealDigits[Root[LegendreP[7, #] &, 5], 10, 100]] (* Paolo Xausa, Feb 27 2025 *)
PROG
(PARI) solve (x = 0.1, 0.5, 429*x^6 - 693*x^4 + 315*x^2 - 35) \\ A.H.M. Smeets, May 31 2025
CROSSREFS
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
7 | this sequence, A372275, A372276 | A382688, A382689, A382690
Sequence in context: A102293 A198747 A021965 * A355921 A164108 A064520
KEYWORD
nonn,cons
AUTHOR
STATUS
approved