OFFSET
1,4
COMMENTS
Determining the number of sets of five distinct unordered integer sided rectangles that fill an n X n square is done by decomposing the pair (n,n) into five unordered integer pairs of distinct composition under two categories to find two sequences of sets R(n) and K(n). Sets generated by binary space partitioning are given by R(n) and sets generated without allowing a single cut going through the full square are given by K(n).
Since some sets are common in both categories: a(n) = |R(n) union K(n)|.
LINKS
Janaka Rodrigo, Sequence of sets R(n)
Janaka Rodrigo, Sequence of sets K(n)
EXAMPLE
The a(4) = 2 sets of integer sided rectangles are:
{(1 X 1), (1 X 2), (1 X 3), (1 X 4), (2 X 3)},
{(1 X 1), (1 X 2), (1 X 3), (2 X 2), (2 X 3)}.
CROSSREFS
KEYWORD
nonn
AUTHOR
Janaka Rodrigo, Aug 23 2025
STATUS
approved
