login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086840 Resultant of the polynomial x^n-1 and the Chebyshev polynomial of the first kind T_n(x). 4
1, 1, 37, 289, 411701, 28976689, 1273783660297, 870606927590401, 1051623015879083528521, 7387282445437833999729601, 228573356812047967600677951727277, 17196096115608785185990414864152913921, 12984855868007714242218321109394633690404079101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a[n_] := Resultant[x^n - 1, ChebyshevT[n, x], x];
a /@ Range[1, 13] (* Jean-François Alcover, Sep 27 2019 *)
PROG
(PARI) a(n)={polresultant(x^n-1, polchebyshev(n, 1, x))} \\ Andrew Howroyd, Jul 09 2018
CROSSREFS
Sequence in context: A142234 A215632 A165381 * A190418 A200889 A211156
KEYWORD
nonn
AUTHOR
Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 08 2003
EXTENSIONS
a(12)-a(13) from Andrew Howroyd, Jul 09 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:33 EDT 2024. Contains 371971 sequences. (Running on oeis4.)