login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A143142
Square array T(n,k) read by antidiagonals up. Mobius function interleaved with k-1 zeros in each column. Redheffer type matrix.
3
1, -1, 1, -1, 1, 1, 0, 0, 0, 1, -1, -1, 1, 0, 1, 1, 0, 0, 0, 0, 1, -1, -1, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, -1, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1
OFFSET
1,1
COMMENTS
Determinant of the n times n matrix with T(n,n)=0 is equal to 1 for every such matrix. Tested up to n=13.
For elements where row index is greater than column index, every negative number appears to give a positive contribution while every positive number appears to give a negative contribution to the determinant of the matrix. The size of a such contribution appears to be 1 when replacing the number with a zero. [From Mats Granvik, Sep 22 2008]
EXAMPLE
Determinant of:
1
is equal to 1.
Determinant of:
1,1
-1,1
is equal to 2.
Determinant of:
1,1,1
-1,1,0
-1,0,1
is equal to 3.
Determinant of:
1,1,1,1
-1,1,0,0
-1,0,1,0
0,-1,0,1
is equal to 4.
Determinant of:
1,1,1,1,1
-1,1,0,0,0
-1,0,1,0,0
0,-1,0,1,0
-1,0,0,0,1
is equal to 5.
Determinant of:
1,1,1,1,1,1
-1,1,0,0,0,0
-1,0,1,0,0,0
0,-1,0,1,0,0
-1,0,0,0,1,0
1,-1,-1,0,0,1
is equal to 6.
Determinant of:
1,1,1,1,1,1,1
-1,1,0,0,0,0,0
-1,0,1,0,0,0,0
0,-1,0,1,0,0,0
-1,0,0,0,1,0,0
1,-1,-1,0,0,1,0
-1,0,0,0,0,0,1
is equal to 7.
PROG
(Excel) =if(mod(row(); column())=0; lookup(row()/column(); A000027; A008683); if(row()=1; 1; 0))
CROSSREFS
Cf. A054525. [From Mats Granvik, Sep 21 2008]
Sequence in context: A127244 A127247 A144778 * A174856 A175608 A285467
KEYWORD
tabl,sign
AUTHOR
Mats Granvik, Gary W. Adamson and Roger L. Bagula, Jul 27 2008, Sep 21 2008
STATUS
approved