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.

A108066 Number of distinct ways to dissect a square into n rectangles of equal area.

Original entry on oeis.org

1, 1, 2, 6, 18, 65, 281, 1343, 6953, 38023
Offset: 1

Views

Author

Hans Riesebos (hans.riesebos(AT)wanadoo.nl) and Herman Beeksma, Jun 03 2005

Keywords

Comments

"Distinct" here means that dissections differing only by a rotation and/or reflection are not counted as different (see A189243).
The first time the pieces can be made to all have different shapes (but the same area) is at n=7 - see Descartes (1971) and the illustration; also Wells, Weisstein. - N. J. A. Sloane, Dec 05 2012

Examples

			There are six ways to dissect a square into four rectangles of equal area, so a(4)=6:
+-+-----+ +-+-+---+ +-+-----+ +-+-+-+-+ +-+---+-+ +---+---+
| |     | | | |   | | |     | | | | | | | |   | | |   |   |
| |     | | | |   | | |     | | | | | | | |   | | |   |   |
| +--+--+ | | |   | | +-----+ | | | | | | |   | | |   |   |
| |  |  | | | +---+ | |     | | | | | | | +---+ | +---+---+
| |  |  | | | |   | | |_____| | | | | | | |   | | |   |   |
| |  |  | | | |   | | |     | | | | | | | |   | | |   |   |
| |  |  | | | |   | | |     | | | | | | | |   | | |   |   |
+-+--+--+ +-+-+---+ +-+-----+ +-+-+-+-+ +-+---+-+ +---+---+
		

References

  • David Wells, Penguin Dictionary of Curious and Interesting Geometry, 1991, pp. 15-16.

Crossrefs

A219861 Number of ways to dissect a nonsquare rectangle into n rectangles of equal area up to symmetry.

Original entry on oeis.org

1, 2, 4, 11, 35, 130, 562, 2685, 13901, 76046
Offset: 1

Views

Author

Geoffrey H. Morley, Nov 29 2012

Keywords

Examples

			There are 4 ways (up to symmetry) to form a nonsquare rectangle from 3 rectangles with the same area:
+-----+ +-+-+-+ +-----+ +-+---+
|     | | | | | |     | | |   |
+-----+ | | | | +--+--+ | |   |
|     | | | | | |  |  | | +---+
+-----+ | | | | |  |  | | |   |
|     | | | | | |  |  | | |   |
+-----+ +-+-+-+ +--+--+ +-+---+
So a(3)=4.
The eleven solutions for n=4 can be seen as a subset of the illustration of A189243(4) = 21 in that entry. - _N. J. A. Sloane_, Dec 05 2012
		

Crossrefs

Extensions

a(7)-a(10) from Geoffrey H. Morley, Dec 16 2012
Showing 1-2 of 2 results.