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”).

A085605
Resultant of the polynomial x^n-1 and the Chebyshev polynomial of the second kind U_n(x).
1
2, 9, 448, 21025, 25566816, 13167792001, 374186407100416, 2185268430227969025, 1406243047344105338882560, 95493100905174500882676787201, 1357963145594500259453732165378899968, 1093895614508277127564115719556899066650625
OFFSET
1,1
LINKS
MATHEMATICA
Table[Resultant[x^n - 1, ChebyshevU[n, x], x], {n, 1, 15}] (* Vaclav Kotesovec, Apr 15 2020 *)
PROG
(PARI) a(n)={polresultant(x^n-1, polchebyshev(n, 2, x))} \\ Andrew Howroyd, Jul 10 2018
CROSSREFS
Cf. A086840.
Sequence in context: A266289 A000883 A086693 * A336247 A180936 A036878
KEYWORD
nonn
AUTHOR
Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 15 2003
EXTENSIONS
Terms a(7) and beyond from Andrew Howroyd, Jul 10 2018
STATUS
approved