OFFSET
1,4
COMMENTS
The regions include any holes in the polyominoes.
FORMULA
a(n) = Sum_{k>0} k*A380282(n,k). - Pontus von Brömssen, Jan 24 2025
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 the total number of regions is 0 + 1 + 2 + 2 + 0 = 5, so a(4) = 5.
.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Omar E. Pol, Jan 18 2025
EXTENSIONS
a(8)-a(16) from Pontus von Brömssen, Jan 24 2025
a(17)-a(18) from John Mason, Feb 14 2025
STATUS
approved