cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-4 of 4 results.

A361221 Triangle read by rows: T(n,k) is the maximum number of ways in which a set of integer-sided rectangular pieces can tile an n X k rectangle, up to rotations and reflections.

Original entry on oeis.org

1, 1, 1, 1, 5, 8, 2, 12, 95, 719, 2, 31, 682, 20600, 315107
Offset: 1

Views

Author

Pontus von Brömssen, Mar 05 2023

Keywords

Examples

			Triangle begins:
  n\k|  1  2    3     4      5
  ---+------------------------
  1  |  1
  2  |  1  1
  3  |  1  5    8
  4  |  2 12   95   719
  5  |  2 31  682 20600 315107
A 3 X 3 square can be tiled by one 1 X 3 piece, two 1 X 2 pieces and two 1 X 1 pieces in the following 8 ways:
  +---+---+---+   +---+---+---+   +---+---+---+
  |   |   |   |   |       |   |   |   |       |
  +---+---+   +   +---+---+---+   +---+---+---+
  |       |   |   |       |   |   |       |   |
  +---+---+---+   +---+---+---+   +---+---+---+
  |           |   |           |   |           |
  +---+---+---+   +---+---+---+   +---+---+---+
.
  +---+---+---+   +---+---+---+   +---+---+---+
  |   |   |   |   |   |   |   |   |   |       |
  +   +   +---+   +   +---+   +   +   +---+---+
  |   |   |   |   |   |   |   |   |   |   |   |
  +---+---+---+   +---+---+---+   +---+---+---+
  |           |   |           |   |           |
  +---+---+---+   +---+---+---+   +---+---+---+
.
  +---+---+---+   +---+---+---+
  |       |   |   |   |       |
  +---+---+---+   +---+---+---+
  |           |   |           |
  +---+---+---+   +---+---+---+
  |       |   |   |       |   |
  +---+---+---+   +---+---+---+
This is the maximum for a 3 X 3 square, so T(3,3) = 8. There is one other set of pieces that also can tile the 3 X 3 square in 8 ways: three 1 X 2 pieces and three 1 X 1 pieces (see illustration in A361216).
The following table shows all sets of pieces that give the maximum number of tilings for 1 <= k <= n <= 5:
      \     Number of pieces of size
  (n,k)\  1 X 1 | 1 X 2 | 1 X 3 | 2 X 2
  ------+-------+-------+-------+------
  (1,1) |   1   |   0   |   0   |   0
  (2,1) |   2   |   0   |   0   |   0
  (2,1) |   0   |   1   |   0   |   0
  (2,2) |   4   |   0   |   0   |   0
  (2,2) |   2   |   1   |   0   |   0
  (2,2) |   0   |   2   |   0   |   0
  (2,2) |   0   |   0   |   0   |   1
  (3,1) |   3   |   0   |   0   |   0
  (3,1) |   1   |   1   |   0   |   0
  (3,1) |   0   |   0   |   1   |   0
  (3,2) |   2   |   2   |   0   |   0
  (3,3) |   3   |   3   |   0   |   0
  (3,3) |   2   |   2   |   1   |   0
  (4,1) |   2   |   1   |   0   |   0
  (4,2) |   4   |   2   |   0   |   0
  (4,3) |   3   |   3   |   1   |   0
  (4,4) |   5   |   4   |   1   |   0
  (5,1) |   3   |   1   |   0   |   0
  (5,1) |   2   |   0   |   1   |   0
  (5,1) |   1   |   2   |   0   |   0
  (5,2) |   4   |   3   |   0   |   0
  (5,3) |   4   |   4   |   1   |   0
  (5,4) |   7   |   5   |   1   |   0
  (5,5) |   7   |   6   |   2   |   0
It seems that all optimal solutions for A361216 are also optimal here, but occasionally there are other optimal solutions, e.g. for n = k = 3.
		

Crossrefs

Main diagonal: A361222.
Columns: A361223 (k = 1), A361224 (k = 2), A361225 (k = 3).

A361217 Maximum number of ways in which a set of integer-sided rectangular pieces can tile an n X n square.

Original entry on oeis.org

1, 4, 56, 5752, 2519124, 6126859968
Offset: 1

Views

Author

Pontus von Brömssen, Mar 05 2023

Keywords

Comments

Tilings that are rotations or reflections of each other are considered distinct.

Crossrefs

Main diagonal of A361216.

A361425 Maximum difficulty level (see A361424 for the definition) for tiling an n X n square with a set of integer-sided rectangles, rounded down to the nearest integer.

Original entry on oeis.org

1, 2, 8, 80, 1152, 53760
Offset: 1

Views

Author

Pontus von Brömssen, Mar 11 2023

Keywords

Comments

For all currently known terms, the maximum difficulty level is an integer.

Crossrefs

Main diagonal of A361424.

A362259 Maximum number of ways in which a set of integer-sided squares can tile an n X n square, up to rotations and reflections.

Original entry on oeis.org

1, 1, 1, 1, 4, 20, 277, 7855, 487662
Offset: 0

Views

Author

Pontus von Brömssen, Apr 15 2023

Keywords

Crossrefs

Main diagonal of A362258.
Cf. A224239, A236679, A361222 (rectangular pieces), A362143.

Formula

a(n) >= A362143(n)/8.
Showing 1-4 of 4 results.