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.

A049021 Number of topologically distinct ways to dissect a rectangle into n rectangles.

Original entry on oeis.org

1, 1, 2, 7, 23, 116, 683, 4866
Offset: 1

Views

Author

Keywords

Comments

The data are from Mitchell, Steadman & Liggett (MSL). Combes gives terms 1, 2, 7, 23, 116, 685, 5124. Stesney reconstructed MSL's algorithm and got 2, 7, 23, 116, 685, 4899. For some higher n, MSL's algorithm is known not to be exhaustive [Steadman, pp. 39-40]. - Andrey Zabolotskiy, Sep 26 2023

References

  • E. J. Sauda, Dissection generating algorithm (University of Louisiana), 1976.
  • J. P. Steadman, Architectural Morphology, Pion Limited, London 1983, ISBN 0 85086 08605.

Crossrefs

A375129 Number of combinatorially distinct ways to dissect a rectangle into n rectangles, taking into account the ordering of the lines that extend the sides.

Original entry on oeis.org

1, 1, 2, 7, 24, 126, 815, 6465, 58072, 578663
Offset: 1

Views

Author

Andrey Zabolotskiy, Jul 31 2024

Keywords

Comments

Dissections related by rotations and reflections are considered equivalent (unlike in A342141).

Examples

			All dissections into n=4 pieces are shown in Peter Kagey's illustration, they are the same as the ones counted by A049021.
The following two dissections (labeled "Grating (3,3), 5 fronts, 0401, C_2" and "Grating (2,3), 5 fronts, 0401, K_4" in Bloch's catalog) into n=5 pieces
  (1) ┌─┬─┬─┐   (2) ┌─┬─┬─┐
      ├─┤ │ │       ├─┤ ├─┤
      │ │ ├─┤       └─┴─┴─┘
      └─┴─┴─┘
  are considered distinct by this sequence and by A375131, because the lines extending the inner horizontal sides go in the different order:
  (1) ┌─┬─┬─┐   (2) ┌─┬─┬─┐
      A─B │ │       A─B C─D
      │ │ C─D       └─┴─┴─┘
      └─┴─┴─┘
  in dissection (1), the line AB is above line CD, while in dissection (2) AB and CD is the same line. (One could also slide the side AB below CD, but this sequence would not distinguish that new dissection from (1) because it would be equivalent to the mirror image of (1).) However, A049021 views these two dissections as equivalent. A375130 and A375132 distinguish between these dissections but do not include dissection (2) at all because it has an "alignment": two internal sides AB and CD, even though they are not connected through a 4-way junction (or a sequence of sides with the same orientation, connected through 4-way junctions), still extend to coinciding lines.
		

References

  • J. P. Steadman, Architectural Morphology, Pion Limited, 1983. See Table 5.2 on p. 59.

Crossrefs

A375130 Number of nonaligned dissections of a rectangle into n rectangles.

Original entry on oeis.org

1, 1, 2, 7, 23, 119, 735, 5527, 46204, 423724
Offset: 1

Views

Author

Andrey Zabolotskiy, Jul 31 2024

Keywords

Comments

Among the dissections counted by A375129, this sequence counts only those without "alignments". See A375129 for the details.

References

  • J. P. Steadman, Architectural Morphology, Pion Limited, 1983. See Table 5.2 on p. 59.

Crossrefs

A375131 Number of trivalent dissections of a rectangle into n rectangles.

Original entry on oeis.org

1, 1, 2, 6, 22, 108, 668, 5026, 43005, 389803
Offset: 1

Views

Author

Andrey Zabolotskiy, Jul 31 2024

Keywords

Comments

Among the dissections counted by A375129, this sequence counts only those without 4-way junctions. See A375129 for the details.

References

  • J. P. Steadman, Architectural Morphology, Pion Limited, 1983. See Table 5.2 on p. 59.

Crossrefs

Showing 1-4 of 4 results.