Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A126595
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A126595 Triangle read by rows: T(0,0)=1; for n>=1, 0<=k<=n, T(n,k) is the coefficient of x^k in the characteristic polynomial (-x)^n+... of the n X n matrix M(n)S(n), where M(n) is the n X n matrix with 0's on the diagonal and 1's elsewhere and S(n) is the n X n matrix whose (i,j) term is 0 for j=i, (-1)^(i+j) for i>j, and (-1)^(i+j+1) for i<j. +0
1
1, 0, -1, -1, 0, 1, 0, -3, 0, -1, -3, 0, 2, 0, 1, 0, -5, 0, -10, 0, -1, -5, 0, -5, 0, 9, 0, 1, 0, -7, 0, -35, 0, -21, 0, -1, -7, 0, -28, 0, 14, 0, 20, 0, 1, 0, -9, 0, -84, 0, -126, 0, -36, 0, -1, -9, 0, -75, 0, -42, 0, 90, 0, 35, 0, 1, 0, -11, 0, -165, 0, -462, 0, -330, 0, -55, 0, -1, -11, 0, -154, 0, -297, 0, 132, 0, 275, 0, 54, 0, 1, 0, -13, 0 (list; table; graph; listen)
OFFSET

0,8

COMMENT

Sum of terms in row 2n (n>=1) is 0. Sum of the absolute values of the terms in row 2n is C(2n,n) (A000984). All terms in row 2n-1 are nonpositive. Their sum is -4^(n-1). M(2n-1)S(2n-1)=-S(2n-1)

EXAMPLE

M(4)=[0,1,1,1/1,0,1,1/1,1,0,1/1,1,1,0], S(4)=[0,1,-1,1/-1,0,1,-1/1,-1,0,1/-1,1,-1,0], M(4)S(4)=[ -1,0,0,0/0,1,-2,2/-2,2,-1,0/0,0,0,1]; char. poly. of M(4)S(4) is x^4 + 2x^2 - 3, yielding row 4 of the triangle: -3,0,2,0,1.

Triangle starts:

1;

0,-1;

-1,0,1;

0,-3,0,-1;

-3,0,2,0,1;

0,-5,0,-10,0,-1

MAPLE

with(linalg): m:=proc(i, j) if i=j then 0 else 1 fi end: s:=proc(i, j) if i=j then 0 elif i>j then (-1)^(i+j) else (-1)^(i+j+1) fi end: for n from 1 to 14 do f[n]:=(-1)^n*sort(expand(charpoly(multiply(matrix(n, n, m), matrix(n, n, s)), x))) od: 1; for n from 1 to 14 do seq(coeff(f[n], x, j), j=0..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A000984.

Sequence in context: A133513 A101000 A035653 this_sequence A066325 A099174 A137297

Adjacent sequences: A126592 A126593 A126594 this_sequence A126596 A126597 A126598

KEYWORD

sign,tabl

AUTHOR

Roger Bagula, Jan 01 2007

EXTENSIONS

Edited by njas, Jan 07 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 September 7 15:23 EDT 2008. Contains 143483 sequences.


AT&T Labs Research