A333159 Triangle read by rows: T(n,k) is the number of non-isomorphic n X n symmetric binary matrices with k ones in every row and column up to permutation of rows and columns.
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 4, 5, 4, 1, 1, 1, 1, 4, 12, 12, 4, 1, 1, 1, 1, 7, 31, 66, 31, 7, 1, 1, 1, 1, 8, 90, 433, 433, 90, 8, 1, 1, 1, 1, 12, 285, 3442, 7937, 3442, 285, 12, 1, 1, 1, 1, 14, 938, 30404, 171984, 171984, 30404, 938, 14, 1, 1
Offset: 0
Examples
Triangle begins: 1; 1, 1; 1, 1, 1; 1, 1, 1, 1; 1, 1, 2, 1, 1; 1, 1, 2, 2, 1, 1; 1, 1, 4, 5, 4, 1, 1; 1, 1, 4, 12, 12, 4, 1, 1; 1, 1, 7, 31, 66, 31, 7, 1, 1; 1, 1, 8, 90, 433, 433, 90, 8, 1, 1; 1, 1, 12, 285, 3442, 7937, 3442, 285, 12, 1, 1; ... The T(2,1) = 1 matrix is: [1 0] [0 1] . The T(4,2)= 2 matrices are: [1 1 0 0] [1 1 0 0] [1 1 0 0] [1 0 1 0] [0 0 1 1] [0 1 0 1] [0 0 1 1] [0 0 1 1]
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..230
Crossrefs
Formula
T(n,k) = T(n,n-k).
Comments