login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A361195
Numerator of the discriminant of the n-th Legendre polynomial.
1
1, 3, 135, 23625, 260465625, 11371668721875, 7888446990683634375, 21776965089186101310140625, 15330043202319289712414934678515625, 43033523436556282747812223470803609794921875, 1927983533652930855481078826533672813447199742802734375
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Legendre Polynomial.
Eric Weisstein's World of Mathematics, Polynomial Discriminant.
MATHEMATICA
a[n_] := Numerator[Discriminant[LegendreP[n, x], x]]; Array[a, 11] (* Amiram Eldar, Mar 04 2023 *)
PROG
(PARI) a(n) = numerator(poldisc(pollegendre(n)));
CROSSREFS
Cf. A361196 (denominators).
Sequence in context: A173582 A065973 A110973 * A136411 A193136 A037120
KEYWORD
nonn,frac
AUTHOR
Michel Marcus, Mar 04 2023
STATUS
approved