Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123185
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123185 Triangular array from a zero coefficient sum of recursive polynomials: p(k, x) = x*p(k - 1, x) + p(k - 2, x). +0
1
-1, -1, 1, 2, -3, 1, -1, 3, -3, 1, 2, -4, 4, -3, 1, -1, 5, -7, 5, -3, 1, 2, -5, 9, -10, 6, -3, 1, -1, 7, -12, 14, -13, 7, -3, 1, 2, -6, 16, -22, 20, -16, 8, -3, 1, -1, 9, -18, 30, -35, 27, -19, 9, -3, 1, 2, -7, 25, -40, 50, -51, 35, -22, 10, -3, 1 (list; table; graph; listen)
OFFSET

1,4

COMMENT

Except fpr p(0,x)=1 all sum to zero: Table[Sum[CoefficientList[p[n, x], x][[m]], {m, 1, n + 1}], {n, 0, 12}] {1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}

FORMULA

p(k, x) = x*p(k - 1, x) + p(k - 2, x)

EXAMPLE

1

-1, 1

2, -3, 1

-1, 3, -3, 1

2, -4, 4, -3, 1

-1, 5, -7, 5, -3, 1

2, -5, 9, -10, 6, -3, 1

MATHEMATICA

p[0, x] = 1; p[1, x] = x - 1; p[2, x] = x^2 - 3x + 2; p[k_, x_] := p[k, x] = x*p[k - 1, x] + p[k - 2, x] ; w = Table[CoefficientList[p[n, x], x], {n, 0, 10}]; Flatten[w]

CROSSREFS

Sequence in context: A054722 A067627 A077233 this_sequence A133569 A141071 A004648

Adjacent sequences: A123182 A123183 A123184 this_sequence A123186 A123187 A123188

KEYWORD

tabl,uned,sign

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Oct 02 2006

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research