|
Search: id:A071569
|
|
|
| A071569 |
|
Det(M_n) where M_n is the n X n matrix m(i,j)=1 if floor(i/j) is even, 0 otherwise. |
|
+0 4
|
|
| 0, -1, 0, -2, 1, 0, -1, -3, 3, -2, 1, 1, -2, 3, -2, -6, 5, -5, 4, -2, 3, -2, 1, 3, -3, 4, -4, 6, -7, 6, -7, -9, 10, -9, 10, -10, 9, -8, 9, -5, 4, -5, 4, -2, 2, -1, 0, 8, -8, 8, -7, 9, -10, 10, -9, 13, -12, 13, -14, 12, -13, 14, -14, -18, 19, -20, 19, -17, 18, -19, 18, -18, 17, -16, 16, -14, 15
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
COMMENT
|
Det(Q_n) = 1 if Q_n denotes the n X n matrix defined by: m(i,j)=1 if floor(i/j) is odd, 0 otherwise, since this matrix is triangular with 1's on the main diagonal.
|
|
PROGRAM
|
(PARI) for(n=1, 70, print1(matdet(matrix(n, n, i, j, if((-1)^(sigma(i+j))+1, 1, 0))), ", "))
|
|
CROSSREFS
|
Sequence in context: A096740 A096749 A096765 this_sequence A118340 A071921 A003992
Adjacent sequences: A071566 A071567 A071568 this_sequence A071570 A071571 A071572
|
|
KEYWORD
|
easy,sign
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), May 30 2002
|
|
|
Search completed in 0.002 seconds
|