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.
%I A085605 #7 Apr 15 2020 06:53:56 %S A085605 2,9,448,21025,25566816,13167792001,374186407100416, %T A085605 2185268430227969025,1406243047344105338882560, %U A085605 95493100905174500882676787201,1357963145594500259453732165378899968,1093895614508277127564115719556899066650625 %N A085605 Resultant of the polynomial x^n-1 and the Chebyshev polynomial of the second kind U_n(x). %H A085605 Andrew Howroyd, <a href="/A085605/b085605.txt">Table of n, a(n) for n = 1..50</a> %t A085605 Table[Resultant[x^n - 1, ChebyshevU[n, x], x], {n, 1, 15}] (* _Vaclav Kotesovec_, Apr 15 2020 *) %o A085605 (PARI) a(n)={polresultant(x^n-1, polchebyshev(n, 2, x))} \\ _Andrew Howroyd_, Jul 10 2018 %Y A085605 Cf. A086840. %K A085605 nonn %O A085605 1,1 %A A085605 Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 15 2003 %E A085605 Terms a(7) and beyond from _Andrew Howroyd_, Jul 10 2018