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.

A338809 Number of polyhedra formed when an n-bipyramid, formed from two n-gonal pyraminds joined at the base, is internally cut by all the planes defined by any three of its vertices.

Original entry on oeis.org

12, 8, 120, 108, 756, 704, 3384, 3340, 11880, 10032, 33800, 32312, 82440, 78656, 182172, 144540, 365712, 350600
Offset: 3

Views

Author

Scott R. Shannon, Nov 10 2020

Keywords

Comments

For a n-bipyramid, formed from two n-gonal pyraminds joined at the base, create all possible internal planes defined by connecting any three of its vertices. For example, in the case of a 3-bipyramid this results in 4 planes. Use all the resulting planes to cut the n-bipyramid into individual smaller polyhedra. The sequence lists the number of resulting polyhedra for bipyramids with n>=3.
See A338825 for the number and images of the k-faced polyhedra in each bipyramid dissection.
The author thanks Zach J. Shannon for assistance in producing the images for this sequence.

Examples

			a(3) = 12. The 3-bipyramid is cut with 4 internal planes resulting in 12 polyhedra, all 12 pieces having 4 faces.
a(5) = 120. The 5-bipyramid is cut with 16 internal planes resulting in 120 polyhedra, all 120 pieces having 4 faces.
a(7) = 756. The 7-bipyramid is cut with 36 internal planes resulting in 756 polyhedra; 448 with 4 faces, 280 with 5 faces, and 28 with 6 faces.
Note that for a single n-pyramid the number of polyhedra is the same as the number of regions in the dissection of a 2D n-polygon, see A007678, as all planes join two points on the polygon and the single apex, resulting in an equivalent number of regions.
		

Crossrefs

Cf. A338825 (number of k-faced polyhedra), A338571 (Platonic solids), A333539 (n-dimensional cube), A007678 (2D n-polygon).