Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136745
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136745 Triangle of coefficients of a Chebyshev-like even-powered polynomial recursion: p(x, n) = x^2*p(x, n - 1) - p(x, n - 2). +0
1
1, -1, 0, 1, -1, 0, -1, 0, 1, 1, 0, -2, 0, -1, 0, 1, 1, 0, 2, 0, -3, 0, -1, 0, 1, -1, 0, 3, 0, 3, 0, -4, 0, -1, 0, 1, -1, 0, -3, 0, 6, 0, 4, 0, -5, 0, -1, 0, 1, 1, 0, -4, 0, -6, 0, 10, 0, 5, 0, -6, 0, -1, 0, 1, 1, 0, 4, 0, -10, 0, -10, 0, 15, 0, 6, 0, -7, 0, -1, 0, 1, -1, 0, 5, 0, 10, 0, -20, 0, -15, 0, 21, 0, 7, 0, -8, 0, -1, 0, 1, -1, 0, -5, 0, 15, 0, 20, 0 (list; graph; listen)
OFFSET

1,12

COMMENT

Row sums are probably a repeating sequence:

{1, 0, -1, -1, 0, 1, 1, 0, -1, -1, 0}:

Joint work with Gary Adamson on the Catalan triangle suggested this sequence. Instead of the Boubaker/ Steinbach:

p(x, n) = x*p(x, n - 1) - p(x, n - 2)

I used:

p(x, n) = x^2*p(x, n - 1) - p(x, n - 2)

A general:

p(x, n) = x^n*p(x, n - 1) - p(x, n - 2); n->1,2,3...

FORMULA

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

EXAMPLE

{1},

{-1, 0, 1},

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

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

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

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

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

{1, 0, -4, 0, -6, 0, 10, 0, 5, 0, -6, 0, -1, 0,1},

{1, 0, 4,0, -10, 0, -10, 0, 15, 0, 6, 0, -7, 0, -1, 0, 1},

{-1, 0, 5, 0, 10, 0, -20, 0, -15, 0, 21, 0, 7, 0, -8, 0, -1, 0, 1},

{-1, 0, -5, 0, 15, 0,20, 0, -35, 0, -21, 0, 28, 0, 8, 0, -9, 0, -1, 0, 1}

MATHEMATICA

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

CROSSREFS

Adjacent sequences: A136742 A136743 A136744 this_sequence A136746 A136747 A136748

Sequence in context: A033784 A082886 A097304 this_sequence A090465 A052344 A147768

KEYWORD

uned,tabf,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 19 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