|
Search: id:A071859
|
|
|
| A071859 |
|
Determinant of M_n where M_n is the n X n matrix m_(i,j) = A010060(i+j). |
|
+0 1
|
|
| 0, 0, -1, 1, 1, -1, 0, 0, 1, 1, -1, -1, 0, 0, -1, 1, 1, 1, -2, 2, 3, -3, -1, 1, -2, -2, 1, 1, 1, -1, 0, 0, 1, 1, -1, 1, 2, -2, -1, -1, 3, 3, -2, -2, -1, 1, -1, -1, 0, 0, 1, -1, -1, 1, 0, 0, 1, 1, -1, -1, 0, 0, -1, 1, 1, 1, -2, 2, 3
(list; graph; listen)
|
|
|
OFFSET
|
1,19
|
|
|
COMMENT
|
a(n)=0 for n=1,2,7,8,13,14,31,32,49,50,55,56,61,62...hence if a(n)=0, n odd it seems that a(n+1)=0. It seems also that if a(n)=0 (n odd ) then n == 1 mod 6 (converse doesn't hold).
|
|
PROGRAM
|
(PARI) for(n=1, 70, print1(matdet(matrix(n, n, i, j, length(binary(j+i))%2)), ", "))
|
|
CROSSREFS
|
Cf. A010060.
Sequence in context: A068460 A143797 A079729 this_sequence A105899 A135695 A071434
Adjacent sequences: A071856 A071857 A071858 this_sequence A071860 A071861 A071862
|
|
KEYWORD
|
easy,more,sign
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 09 2002
|
|
|
Search completed in 0.002 seconds
|