login
A286344
Number of (n,1)-polyominoes.
2
0, 2, 4, 20, 68, 288, 1138
OFFSET
1,2
COMMENTS
(n,k)-polyominoes are disconnected polyominoes with n visible squares and k transparent squares. Importantly, k must be the least number of transparent squares that need to be converted to visible squares to make all the visible squares connected. Note that a regular polyomino of order n is a (n,0)-polyomino, since all its visible squares are already connected. For more details see the paper by Kamenetsky and Cooke.
Number of distinct n-cell subsets of (n+1)-celled polyominoes that are not polyominoes. - Charlie Neder, Feb 12 2019
LINKS
Dmitry Kamenetsky and Tristrom Cooke, Tiling rectangles with holey polyominoes, arXiv:1411.2699 [cs.CG], 2015.
EXAMPLE
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
CROSSREFS
Sequence in context: A337616 A238229 A192377 * A279153 A204550 A009291
KEYWORD
nonn,more
AUTHOR
Dmitry Kamenetsky, May 07 2017
STATUS
approved