Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136487
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136487 Coefficents of designed "null" term polynomial recursion: the cubic term is zero: p(x,n)=(x+1)*p(x,n-1)-(x^2-1)*p(x,n-2). +0
1
1, 1, 1, 1, 1, -1, -1, -1, 0, 2, 0, -1, 2, 0, -4, 0, 2, -3, 2, 7, -4, -5, 2, 1, 5, -5, -11, 11, 7, -7, -1, 1, -8, 12, 16, -28, -8, 20, 0, -4, 13, -25, -20, 60, -2, -46, 12, 12, -3, -1, -21, 50, 19, -120, 38, 92, -50, -24, 15, 2, -1 (list; graph; listen)
OFFSET

1,10

COMMENT

Row sums are:

1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0}

A converse recursion is with different signs but same absolute coefficients is:

P[x, -1] = 0; P[x, 0] = 1; P[x, 1] = x - 1;

P[x_, n_] := P[x, n] = (x + 1)*P[x, n - 1] - (x^2 - 1)*P[x, n - 2]

FORMULA

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

EXAMPLE

{1},

{1, 1},

{}, <- designed null tern

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

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

{2, 0, -4, 0, 2},

{-3, 2, 7, -4, -5, 2, 1},

{5, -5, -11, 11, 7, -7, -1, 1},

{-8, 12, 16, -28, -8, 20, 0, -4},

{13, -25, -20, 60, -2, -46, 12, 12, -3, -1},

{-21, 50, 19, -120, 38, 92, -50, -24, 15, 2, -1}

MATHEMATICA

Clear[P, n, m, x] P[x, -1]=0; P[x, 0]=1; P[x, 1]=x-1; P[x_, n_]:=P[x, n]=(x+1)*P[x, n-1]-(x^2-1)*P[x, n-2]; a=Table[CoefficientList[P[x, n], x], {n, 0, 10}]; Flatten[a]

CROSSREFS

Adjacent sequences: A136484 A136485 A136486 this_sequence A136488 A136489 A136490

Sequence in context: A025679 A071491 A137298 this_sequence A021501 A101662 A091064

KEYWORD

uned,tabf,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 21 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 October 6 16:13 EDT 2008. Contains 144667 sequences.


AT&T Labs Research