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.

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