Triangle read by rows: colored polyominoes. For n >= 1, 1 <= k <= n, T(n, k) is the number of k-colored n-celled polyominoes, counted up to rotation, reflection and permutation of the colors. Adjacent cells must be different colors. T(n, k) counts only polyominoes that include all k colors.
A088972
Triangle read by rows: colored polyominoes. For n >= 1, 1 <= k <= n, T(n, k) is the number of k-colored n-celled polyominoes, counted up to rotation, reflection and permutation of the colors. Adjacent cells must be different colors. T(n, k) counts only polyominoes that include all k colors.
Terms
- a(0) =1a(1) =0a(2) =1a(3) =0a(4) =2a(5) =2a(6) =0a(7) =5a(8) =10a(9) =5a(10) =0a(11) =12a(12) =66a(13) =55a(14) =12a(15) =0a(16) =35a(17) =415a(18) =695a(19) =285a(20) =35a(21) =0a(22) =108a(23) =2844a(24) =8227a(25) =6080a(26) =1446a(27) =108a(28) =0a(29) =369
External references
- oeis: A088972