Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137296
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137296 Anti-diagonal triangular matrices of factorials as the example: M(3)={{0, 0, 1}, {0, 1, 2}, {1, 2, 6}}; The matrices are used to get characteristic polynomials and the triangular sequence is the coefficients of those characteristic polynomials. +0
1
1, 0, -1, -1, -2, 1, -1, -1, 7, -1, 1, 10, 6, -26, 1, 1, 45, -36, -224, 127, -1, -1, -306, -957, 1172, 3709, -746, 1, -1, -2357, -14379, 37397, 67621, -106887, 5167, -1, 1, 20690, 803492, 1325962, -4532586, -6300786, 4147412, -41066, 1, 1, 201733, 49001186, 51278654, -546386064, -208428708, 1389178142 (list; graph; listen)
OFFSET

1,5

COMMENT

This set of matrices was inspired by the Cornelius-Schultz triangular n! matrices

and the Steinbach like ones anti-diagonal matrix:

The Row sums are:

{1, -1, -2, 4, -8, -88, 2872, -13440, -4576880, 511742560, 19591271488}

FORMULA

M(n)->If greater than or equal to the middle anti-diagonal, the anti-diagonals are counted n->n!. Main anti-diagonal is 1 ; Second anti-diagonal is 2!=1; third anti-diagonal is 3!=6, etc.

EXAMPLE

{1},

{0, -1},

{-1, -2, 1},

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

{1, 10, 6, -26, 1},

{1, 45, -36, -224, 127, -1},

{-1, -306, -957, 1172, 3709, -746, 1},

{-1, -2357, -14379, 37397, 67621, -106887,5167, -1},

{1, 20690,803492, 1325962, -4532586, -6300786, 4147412, -41066, 1},

{1, 201733, 49001186, 51278654, -546386064, -208428708, 1389178142, -223470430, 368047, -1},

{-1, -2159026, -4071243531, -42916351880, -16447372250, 291803389596, 168497207674, -392959445624, 15690916395, -3669866, 1}

MATHEMATICA

T[d_] := Table[Table[If[n == m && n == 1, 0, If[n == m && (n + m) > d, ((m + n) - d)!, If[Abs[n - m] >= 0 && (n + m) > d, ((m + n) - d)!, 0]]], {n, 1, d}], {m, 1, d}]; a = Join[{{1}}, Table[CoefficientList[CharacteristicPolynomial[T[d], x], x], \ {d, 1, 10}]]; Flatten[a]

CROSSREFS

Adjacent sequences: A137293 A137294 A137295 this_sequence A137297 A137298 A137299

Sequence in context: A088152 A049270 A025269 this_sequence A101124 A011127 A061538

KEYWORD

uned,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 15 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