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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143439 Coefficient triangle sequence of polynomials: p(x,n)=x*(x^n*(x - 1) + (-1)^n*2). 0
-1, -1, 0, 1, 1, 0, -2, -1, 1, 0, 2, 0, -1, 1, 0, -2, 0, 0, -1, 1, 0, 2, 0, 0, 0, -1, 1, 0, -2, 0, 0, 0, 0, -1, 1, 0, 2, 0, 0, 0, 0, 0, -1, 1, 0, -2, 0, 0, 0, 0, 0, 0, -1, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, -1, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,7

COMMENTS

Row sums are:{-2, 2, -2, 2, -2, 2, -2, 2, -2, 2, -2, 2}.

REFERENCES

Eriko Hironaka,Salem-Boyd sequences and Hopf plumbing, Osaka J. Math. Volume 43, Number 3 (2006), 497-516. http://projecteuclid.org/DPubS?service=UI&version=1.0&verb=Display&handle=euclid.ojm/1159189999

FORMULA

p(x,n)=x*(x^n*(x - 1) + (-1)^n*2); t(n,m)=Coefficients(p(x,n)).

EXAMPLE

{-1, -1},

{0, 1, 1},

{0, -2, -1, 1},

{0, 2, 0, -1, 1},

{0, -2, 0, 0, -1, 1},

{0, 2, 0, 0, 0, -1, 1},

{0, -2, 0, 0, 0, 0, -1, 1},

{0, 2, 0, 0, 0, 0, 0, -1, 1},

{0, -2, 0, 0, 0, 0, 0, 0, -1, 1},

{0, 2, 0, 0, 0,0, 0, 0, 0, -1, 1},

{0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1},

{0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1}

MATHEMATICA

p[x_, n_] = x*(x^n*(x - 1) + (-1)^n*2); Table[CoefficientList[p[x, n], x], {n, -1, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A097608 A168261 A180997 * A105469 A136167 A140748

Adjacent sequences:  A143436 A143437 A143438 * A143440 A143441 A143442

KEYWORD

uned,sign

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Oct 23 2008

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 16 15:27 EST 2012. Contains 205930 sequences.