Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136093
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136093 A generalized ( Shabat) type tree transformed Chebyshev recursion where: P(x,n)->C*P(c*x+d,n)+D: C=-1;c=-1;D=1;d=1: with substitution: x-1->x; as a triangular sequence of coefficients. +0
2
1, 0, 1, -1, -1, 1, 0, -3, -1, 1, 1, 0, -4, -1, 1, 0, 3, 1, -5, -1, 1, -1, -1, 7, 2, -6, -1, 1, 0, -5, -2, 12, 3, -7, -1, 1, 1, 0, -12, -4, 18, 4, -8, -1, 1, 0, 5, 2, -24, -7, 25, 5, -9, -1, 1, -1, -1, 17, 6, -42, -11, 33, 6, -10, -1, 1 (list; table; graph; listen)
OFFSET

1,8

COMMENT

Row sum is a repeating sequence:

{1, 1, -1, -3, -3, -1, 1, 1, -1, -3, -3}

REFERENCES

http : // logic.pdmi.ras.ru/~yumat/personaljournal/chebyshev/chebysh.htm Quote:"It is easy to see that if P is a generalized Chebyshev Polynomial, then so is polynomial CP(cz + d) + D, moreover, it represents the same tree (of course, provided that both C and c are different from zero)."

FORMULA

p(x,0)=1;p(x,1)=x; p(x,n)=-x+x*p(x,n-1)-p(x,n-2)

EXAMPLE

{1},

{0, 1},

{-1, -1, 1},

{0, -3, -1, 1},

{1, 0, -4, -1, 1},

{0, 3, 1, -5, -1, 1},

{-1, -1, 7, 2, -6, -1, 1},

{0, -5, -2, 12, 3, -7, -1, 1},

{1, 0, -12, -4, 18, 4, -8, -1, 1},

{0, 5, 2, -24, -7,25, 5, -9, -1, 1},

{-1, -1, 17, 6, -42, -11, 33, 6, -10, -1, 1}

MATHEMATICA

Clear[B, a] B[x, 0] = 1; B[x, 1] = x; B[x_, n_] := B[x, n] = -x + x*B[x, n - 1] - B[x, n - 2]; Table[ExpandAll[B[x, n]], {n, 0, 10}]; a = Table[CoefficientList[B[x, n], x], {n, 0, 10}]; Flatten[a]

CROSSREFS

Adjacent sequences: A136090 A136091 A136092 this_sequence A136094 A136095 A136096

Sequence in context: A143295 A104608 A110245 this_sequence A134108 A094404 A103756

KEYWORD

uned,tabl,sign

AUTHOR

Roger L. Bagula (rlbagultftn(AT)yahoo.com), Mar 15 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified January 7 17:35 EST 2009. Contains 152824 sequences.


AT&T Labs Research