A286345 Number of (n,3)-polyominoes.
0, 3, 17, 151, 955, 5942, 33819, 184938, 969972
Offset: 1
Examples
We can represent these polyominoes as binary matrices, where 1 means visible square and 0 means transparent square. Note that we need to flip (change to 1) three 0's to make all the 1's connected. This also means that the Manhattan distance between any pair of 1's is at most 4. Here are all such polyominoes for n=2: 10001 1000 100 0001 000 001
Links
- Dmitry Kamenetsky and Tristrom Cooke, Tiling rectangles with holey polyominoes, arXiv:1411.2699 [cs.CG], 2015.
Extensions
a(6)-a(9) from John Mason, Feb 15 2025
Comments