A286344 Number of (n,1)-polyominoes.
0, 2, 4, 20, 68, 289, 1151, 4792, 19603, 80820, 331373
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) one 0 to make all the 1s connected. This also means that the Manhattan distance between any pair of 1s is at most 2. Here are all such polyominoes for n=3: 1101 100 100 010 101 011 101
Links
- Dmitry Kamenetsky and Tristrom Cooke, Tiling rectangles with holey polyominoes, arXiv:1411.2699 [cs.CG], 2015.
Extensions
a(6)-a(7) corrected and a(8)-a(11) added by John Mason, Feb 15 2025
Comments