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.

A257555 Number of distinct ways to dissect a cube into n rectangular boxes of equal volume, up to reflection and rotation.

Original entry on oeis.org

1, 1, 2, 8, 35, 198
Offset: 1

Views

Author

Johan Nilsson, Apr 29 2015

Keywords

Comments

The boxes may have different shapes, as long as they all have the same volume and right angle corners.

Examples

			There are eight ways to dissect a cube into four boxes of equal volume, so a(4)=8.
		

Crossrefs

Cf. A108066 is a 2D version of the dissection count.