login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085640 Resultant of the polynomial x^3-1 and the Chebyshev polynomial of the first kind T_n(x). 1
1, 7, 37, 193, 1021, 5383, 28393, 149761, 789913, 4166407, 21975757, 115911361, 611375701, 3224707591, 17008754257, 89712854017, 473191396273, 2495853018631, 13164403113973, 69435783298753, 366239772557101 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

G.f. (1+3*x+3*x^2-x^3)/(1-4*x-6*x^2-4*x^3+x^4) (conjecture). Generating floretion C*F with C = 0.5('k + k' - 'j - j' - ki - 2ii - ik - ij - ji) and F = .5('k + ki + 'j + ji). [From Creighton Dement (creighton.k.dement(AT)uni-oldenburg.de), Jan 17 2009]

PROG

(PARI) Tnmin2 = 1; Tnmin1 = x; print(polresultant(x^3 - 1, Tnmin1)); for (n = 2, 30, T = 2*x*Tnmin1 - Tnmin2; print(polresultant(x^3 - 1, T)); Tnmin2 = Tnmin1; Tnmin1 = T); (Wasserman)

CROSSREFS

Cf. A086840.

Sequence in context: A140476 A057651 A106925 * A196805 A069378 A117130

Adjacent sequences:  A085637 A085638 A085639 * A085641 A085642 A085643

KEYWORD

nonn

AUTHOR

Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 15 2003

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Feb 08 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 03:37 EST 2012. Contains 205978 sequences.