A385385 Irregular triangle read by rows: T(n,k) is the number of polyominoes of size k, i.e., connected subsets of k square cells (or vertices), of the n X n flat torus, up to cyclic shifts and reflections of rows and columns, as well as interchange of rows and columns; 1 <= k <= n^2.
1, 1, 1, 1, 1, 1, 1, 2, 3, 4, 4, 2, 1, 1, 1, 1, 2, 5, 10, 23, 44, 80, 87, 86, 49, 32, 10, 5, 1, 1, 1, 1, 2, 5, 12, 32, 88, 249, 675, 1699, 3747, 6993, 10538, 12531, 11580, 8458, 4975, 2378, 943, 305, 87, 19, 5, 1, 1
Offset: 1
Examples
Triangle begins: 1; 1, 1, 1, 1; 1, 1, 2, 3, 4, 4, 2, 1, 1; 1, 1, 2, 5, 10, 23, 44, 80, 87, 86, 49, 32, 10, 5, 1, 1; ...
Comments