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-2 of 2 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

A053740 Number of prime triangle partitions of order n.

Original entry on oeis.org

1, 1, 3, 8, 62, 535, 4213
Offset: 2

Views

Author

N. J. A. Sloane, Sep 01 2000

Keywords

Comments

A triangle partition is prime if it does not contain a triangle partition of lower order.
The order of a triangle partition is the number of smaller triangles into which the initial triangle is divided. The sequence counts only topologically distinct partitions. - M. F. Hasler, Feb 14 2024

Examples

			From _M. F. Hasler_, Feb 14 2024: (Start)
a(2) = 1 because a triangle can be divided into two smaller triangles in only one way, up to topological equivalence, namely by a straight line going through one of the vertices and a point on the opposite side.
a(3) = 1 counts the dissection of a triangle ABC into three smaller ones by three segments AD, BD, CD, where D is a point inside ABC. There are three other topologically inequivalent partitions of order 3, each using two segments, as follows: {AE, AF}, {AE, EG} and {AE, BH}, where E and F are two distinct points on BC, G is a point on AB, and H is a point on AE. It is easy to see that these aren't prime since removing the smaller triangle that has side AC leaves a triangle partition of order 2. (End)
		

Crossrefs

Cf. A056814.
Showing 1-2 of 2 results.