Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136531
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136531 Coefficients of polynomial recursion with simple values: a=-b;b=1;c=1 ; B(x, n) = ((1 + a + b)*x - c)*B(x, n - 1) - a*b*B(x, n - 2). +0
1
1, 0, 1, 1, -1, 1, -1, 3, -2, 1, 2, -5, 6, -3, 1, -3, 10, -13, 10, -4, 1, 5, -18, 29, -26, 15, -5, 1, -8, 33, -60, 65, -45, 21, -6, 1, 13, -59, 122, -151, 125, -71, 28, -7, 1, -21, 105, -241, 338, -321, 217, -105, 36, -8, 1, 34, -185, 468, -730, 784, -609, 350, -148, 45, -9, 1 (list; table; graph; listen)
OFFSET

1,8

COMMENT

Row sums are all 1.

This recursion doesn't appear to be integration orthogonal at all.

FORMULA

a=-b;b=1;c=1 ; B(x, n) = ((1 + a + b)*x - c)*B(x, n - 1) - a*b*B(x, n - 2)

EXAMPLE

{1},

{0, 1},

{1, -1, 1},

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

{2, -5, 6, -3, 1},

{-3,10, -13, 10, -4, 1},

{5, -18, 29, -26, 15, -5, 1},

{-8,33, -60, 65, -45,21, -6, 1},

{13, -59, 122, -151, 125, -71, 28, -7, 1},

{-21, 105, -241, 338, -321, 217, -105,36, -8, 1},

{34, -185, 468, -730, 784, -609, 350, -148, 45, -9, 1}

MATHEMATICA

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

CROSSREFS

Adjacent sequences: A136528 A136529 A136530 this_sequence A136532 A136533 A136534

Sequence in context: A136560 A105847 A048984 this_sequence A127318 A085068 A079587

KEYWORD

uned,tabl,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 23 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 12 15:26 EDT 2008. Contains 144830 sequences.


AT&T Labs Research