A333161 Triangle read by rows: T(n,k) is the number of k-regular graphs on n unlabeled nodes with half-edges.
1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 3, 3, 3, 1, 1, 3, 4, 4, 3, 1, 1, 4, 8, 12, 8, 4, 1, 1, 4, 10, 24, 24, 10, 4, 1, 1, 5, 17, 70, 118, 70, 17, 5, 1, 1, 5, 24, 172, 634, 634, 172, 24, 5, 1, 1, 6, 36, 525, 4428, 9638, 4428, 525, 36, 6, 1, 1, 6, 50, 1530, 35500, 187990, 187990, 35500, 1530, 50, 6, 1
Offset: 0
Examples
Triangle begins: 1; 1, 1; 1, 2, 1; 1, 2, 2, 1; 1, 3, 3, 3, 1; 1, 3, 4, 4, 3, 1; 1, 4, 8, 12, 8, 4, 1; 1, 4, 10, 24, 24, 10, 4, 1; 1, 5, 17, 70, 118, 70, 17, 5, 1; 1, 5, 24, 172, 634, 634, 172, 24, 5, 1; 1, 6, 36, 525, 4428, 9638, 4428, 525, 36, 6, 1; ... The a(2,1) = 2 adjacency matrices are: [0 1] [1 0] [1 0] [0 1] . The A(4,2) = 3 adjacency matrices are: [0 0 1 1] [1 1 0 0] [1 1 0 0] [0 0 1 1] [1 1 0 0] [1 0 1 0] [1 1 0 0] [0 0 1 1] [0 1 0 1] [1 1 0 0] [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