OFFSET
1,1
COMMENTS
The polyomino must be rook-wise connected and a hole is a collection of rook-wise connected empty cells from which a rook cannot escape. - N. J. A. Sloane, May 25 2006
From Dmitry Kamenetsky, Feb 28 2017: (Start)
There is a simple pattern that gives us a good upper bound. The idea is to use two rows of single-cell holes touching at their corners:
XXXXXXXXXXX
X X X X X X
XX X X X X X
XXXXXXXXXXX
Each new hole requires an additional 3 cells (X) to surround it. Hence we get a(n) <= 3n + 5. (End)
LINKS
Greg Malen and Érika Roldán, Topology and Geometry of Crystallized Polyominoes, arXiv:1910.10342 [math.CO], 2019.
Tomás Oliveira e Silva, Animal enumerations on the {4,4} Euclidean tiling
EXAMPLE
a(1) = 7 from
XX
X X
XXX
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Franklin T. Adams-Watters, May 22 2006
EXTENSIONS
a(8) added by Dmitry Kamenetsky, Feb 28 2017
a(9)-a(60) added by Peter Kagey, Oct 28 2019, from Table 2 of the Malen Roldán paper.
STATUS
approved