Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137347
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137347 Triangular sequence from coefficients of a polynomial recursion: p(x, n] = x*p(x, n - 1) - 2*x^2*p(x, n - 2) + x^3*p(x, n - 3). +0
1
1, -1, 1, 0, -1, -1, 0, 0, 1, -2, 0, 0, 0, 2, 1, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0, -7, 0, 0, 0, 0, 0, 0, 0, 7, -3, 0, 0, 0, 0, 0, 0, 0, 0, 3, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -10, -15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, -24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; table; graph; listen)
OFFSET

1,10

COMMENT

Row sums are:

{1, 0, -2, -1, 3, 3, -4, -7, 4, 14, -1, -25, -9, 40, 33, -56}

FORMULA

p(x, n] = x*p(x, n - 1) - 2*x^2*p(x, n - 2) + x^3*p(x, n - 3).

EXAMPLE

{1},

{-1, 1},

{0, -1, -1},

{0, 0, 1, -2},

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

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

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

{0, 0, 0, 0, 0, 0, 0, -7},

{0, 0, 0, 0, 0, 0, 0, 7, -3},

{0, 0, 0, 0, 0, 0, 0, 0, 3, 11},

{0, 0, 0, 0, 0, 0, 0, 0, 0, -11, 10},

{0, 0, 0, 0, 0,0, 0, 0, 0, 0, -10, -15},

{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,15, -24},

{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 16},

{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -16, 49},

{0, 0, 0, 0, 0, 0, 0, 0, 0,0, 0, 0, 0, 0, -49, -7}

MATHEMATICA

Clear[p, x, a0, b0] p[x, -1] = 0; p[x, 0] = 1; p[x, 1] = x - 1; p[x_, n_] := p[x, n] = x*p[x, n - 1] - 2*x^2*p[x, n - 2] + x^3*p[x, n - 3]; g = Table[ExpandAll[p[x, n]], {n, 0, 15}]; a = Table[CoefficientList[p[x, n], x], {n, 0, 15}]; Flatten[a]

CROSSREFS

Adjacent sequences: A137344 A137345 A137346 this_sequence A137348 A137349 A137350

Sequence in context: A079169 A097106 A088886 this_sequence A024941 A100699 A108921

KEYWORD

uned,tabl,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 08 2008

page 1

Search completed in 0.005 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