Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136450
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136450 Matrix based on counter variant Hankel matrix: ( smaller at central anti-diagonal) h(i,j)=If[i + j - 1 > n, 0, n + 1 - (i + j - 1) Characteristic polynomials as a triangle of coefficients. +0
1
1, 1, -1, -1, -2, 1, -1, 2, 4, -1, 1, 2, -7, -6, 1, 1, -2, -10, 12, 9, -1, -1, -2, 13, 18, -26, -12, 1, -1, 2, 16, -24, -52, 40, 16, -1, 1, 2, -19, -30, 87, 86, -70, -20, 1, 1, -2, -22, 36, 131, -150, -190, 100, 25, -1, -1, -2, 25, 42, -184, -232, 403, 294, -155, -30, 1 (list; table; graph; listen)
OFFSET

1,5

COMMENT

These polynomials grow slower than their Hankel counterparts.

Row sums are:

{1, 0, -2, 4, -9, 9, -9, -4, 38, -72, 161}

FORMULA

h(i,j)=If[i + j - 1 > n, 0, n + 1 - (i + j - 1): i,j<=n

EXAMPLE

{1},

{1, -1},

{-1, -2, 1},

{-1, 2, 4, -1},

{1, 2, -7, -6, 1},

{1, -2, -10,12, 9, -1},

{-1, -2, 13, 18, -26, -12, 1},

{-1, 2, 16, -24, -52, 40, 16, -1},

{1, 2, -19, -30, 87, 86, -70, -20, 1},

{1, -2, -22, 36,131, -150, -190, 100, 25, -1},

{-1, -2, 25, 42, -184, -232,403, 294, -155, -30, 1}

MATHEMATICA

H[n_] := Table[Table[If[i + j - 1 > n, 0, n + 1 - (i + j - 1)], {i, 1, n}], {j, 1, n}]; a = Join[{{1}}, Table[CoefficientList[CharacteristicPolynomial[H[n], x], x], {n, 1, 10}]]; Flatten[a]

CROSSREFS

Adjacent sequences: A136447 A136448 A136449 this_sequence A136451 A136452 A136453

Sequence in context: A137855 A113143 A136788 this_sequence A131054 A056648 A056061

KEYWORD

uned,tabl,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