OFFSET
1,3
COMMENTS
The regions include any holes in the polyominoes.
EXAMPLE
Illustration for n = 4:
The free polyominoes with four cells are also called free tetrominoes.
The five free tetrominoes are as shown below:
_
|_| _ _ _
|_| |_| |_|_ |_|_ _ _
|_| |_|_ |_|_| |_|_| |_|_|
|_| |_|_| |_| |_| |_|_|
.
The bounding boxes are respectively as shown below:
_
| | _ _ _ _ _ _
| | | | | | | | _ _
| | | | | | | | | |
|_| |_ _| |_ _| |_ _| |_ _|
.
From left to right the number of regions between the free tetrominoes and their bounding boxes are respectively [0, 1, 2, 2, 0], hence there are three distinct values of the number of regions, they are [0, 1, 2], so a(4) = 3.
.
CROSSREFS
KEYWORD
nonn,more,new
AUTHOR
Omar E. Pol, Jan 24 2025
EXTENSIONS
a(8)-a(16) from Pontus von Brömssen, Jan 24 2025
STATUS
approved