OFFSET
1,3
COMMENTS
The width here is the shorter of the two dimensions.
EXAMPLE
For n = 4 the free polyominoes with four cells are also called free tetrominoes.
The five free tetrominoes are as shown below:
_
|_| _ _ _
|_| |_| |_|_ |_|_ _ _
|_| |_|_ |_|_| |_|_| |_|_|
|_| |_|_| |_| |_| |_|_|
.
There is only one free tetromino of width 1 and there are four free tetrominoes of width 2, hence the sum of the widths is 1 + 2 + 2 + 2 + 2 = 9, so a(4) = 9.
CROSSREFS
KEYWORD
nonn,more,new
AUTHOR
Omar E. Pol, Jan 16 2025
EXTENSIONS
a(15)-a(16) from Pontus von Brömssen, Jan 17 2025
STATUS
approved