A071859 Determinant of M_n where M_n is the n X n matrix m_(i,j) = A030300(i+j).
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, -3, -1, -1, 4, 4, -3, -3
Offset: 1
Crossrefs
Cf. A030300.
Programs
-
PARI
for(n=1,70,print1(matdet(matrix(n,n,i,j,length(binary(j+i))%2)),","))
Extensions
Name corrected by Nathaniel Johnston, Sep 26 2011
Comments