The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 13:57 EDT 2024. Contains 372519 sequences. (Running on oeis4.)