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.

A338783 Number of polyhedra formed when an n-prism, formed from two n-sided regular polygons joined by n adjacent rectangles, is internally cut by all the planes defined by any three of its vertices.

Original entry on oeis.org

18, 96, 1335, 4524, 29871, 65344, 319864, 594560
Offset: 3

Views

Author

Scott R. Shannon, Nov 08 2020

Keywords

Comments

For an n-prism, formed from two n-sided regular polygons joined by n adjacent rectangles, create all possible internal planes defined by connecting any three of its vertices. For example, in the case of a triangular prism this results in 6 planes. Use all the resulting planes to cut the prism into individual smaller polyhedra. The sequence lists the number of resulting polyhedra for prisms with n>=3.
See A338801 for the number and images of the k-faced polyhedra in each prism dissection.
The author thanks Zach J. Shannon for assistance in producing the images for this sequence.

Examples

			a(3) = 18. The triangular 3-prism has 6 internal cutting planes resulting in 18 polyhedra; seventeen 4-faced polyhedra and one 6-faced polyhedron.
a(4) = 96. The square 4-prism (a cuboid) has 14 internal cutting planes resulting in 96 polyhedra; seventy-two 4-faced polyhedra and twenty-four 5-faced polyhedra. See A338622.
		

Crossrefs

Cf. A338801 (number of k-faced polyhedra), A338806 (antiprism), A338571 (Platonic solids), A338622 (k-faced polyhedra in Platonic solids), A333539 (n-dimensional cube).