login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A361523
Triangle read by rows: T(n,k) is the number of ways of dividing an n X k rectangle into integer-sided rectangles, up to rotations and reflections.
3
1, 1, 1, 1, 2, 4, 1, 3, 17, 54, 1, 6, 61, 892, 9235, 1, 10, 220, 8159, 406653, 10538496
OFFSET
0,5
FORMULA
T(n,k) >= A116694(n,k)/4 if n != k.
T(n,n) >= A116694(n,n)/8.
EXAMPLE
Triangle begins:
n\k| 0 1 2 3 4 5
---+------------------------------
0 | 1
1 | 1 1
2 | 1 2 4
3 | 1 3 17 54
4 | 1 6 61 892 9235
5 | 1 10 220 8159 406653 10538496
The 3 X 2 rectangle can be divided in T(3,2) = 17 inequivalent ways:
+---+---+ +---+---+ +---+---+ +---+---+ +---+---+ +---+---+
| | | | | | | | | | | | | | | |
+ + +---+---+ +---+---+ + + + + +---+ + +---+
| | | | | | | | | | | | | | |
+ + + + + + + + + + + + + +---+
| | | | | | | | | | | | | | |
+---+---+ +---+---+ +---+---+ +---+---+ +---+---+ +---+---+
.
+---+---+ +---+---+ +---+---+ +---+---+ +---+---+ +---+---+
| | | | | | | | | | | | | | | |
+---+---+ + + + +---+---+ + +---+ +---+---+ +---+---+
| | | | | | | | | | | | | | | |
+---+---+ +---+---+ +---+---+ +---+---+ +---+---+ + + +
| | | | | | | | | | | | |
+---+---+ +---+---+ +---+---+ +---+---+ +---+---+ +---+---+
.
+---+---+ +---+---+ +---+---+ +---+---+ +---+---+
| | | | | | | | | | | | | | |
+---+ + +---+---+ +---+---+ +---+---+ +---+---+
| | | | | | | | | | | | | |
+ +---+ +---+---+ + +---+ +---+---+ +---+---+
| | | | | | | | | | | | | |
+---+---+ +---+---+ +---+---+ +---+---+ +---+---+
CROSSREFS
Main diagonal: A361524.
Columns: A000012 (k = 0), A005418 (k = 1), A347825 (k = 2; with an exception for n = 2), A361525 (k = 3), A361526 (k = 4).
Cf. A116694 (rotations and reflections are considered distinct), A227690 (square pieces), A360629.
Sequence in context: A128570 A371767 A157284 * A194733 A143973 A011167
KEYWORD
nonn,tabl,more
AUTHOR
STATUS
approved