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.

A347753 Number of polyhedra formed when a row of n adjacent cubes are internally cut by all the planes defined by any three of their vertices.

This page as a plain text file.
%I A347753 #14 Sep 20 2021 22:11:50
%S A347753 96,2968,42384,319416
%N A347753 Number of polyhedra formed when a row of n adjacent cubes are internally cut by all the planes defined by any three of their vertices.
%C A347753 For a row of n adjacent cubes create all possible planes defined by connecting any three of their vertices. For example, in the case of a single cube this results in fourteen planes; six planes between the pairs of parallel edges connected to each end of the face diagonals, and eight planes from connecting the three vertices adjacent to each corner vertex. Use all the resulting planes to cut the entire solid into individual smaller polyhedra. The sequence lists the numbers of resulting polyhedra for n adjacent cubes.
%C A347753 See A347918 for the number of k-faced polyhedra for each value of n.
%H A347753 Scott R. Shannon, <a href="/A347753/a347753.gif">The 245 cutting planes on the surface of 4 adjacent cubes</a>.
%H A347753 Scott R. Shannon, <a href="/A347753/a347753.png">The surface of the 4 adjacent cubes after cutting</a>. The 4-, 5-, 6-, 7-, 8-, and 9-faced polyhedra created by the planes are colored red, orange, yellow, green, blue, and indigo, respectively. The 10-, 11-, and 12-faced polyhedra are not visible on the surface. See also A347918.
%H A347753 Scott R. Shannon, <a href="/A347753/a347753_1.png">The 4 adjacent cubes after cutting exploded</a>. Each of the 319416 polyhedra is moved away from the center of the solid a distance proportional to the average distance of its vertices from the center.
%F A347753 a(1) = A333539(3).
%F A347753 Conjectured formula for the number of internal cutting planes for n adjacent cubes is A007588(n+1).
%e A347753 a(1) = 96. A single cube, with eight vertices, has 14 internal cutting planes resulting in 96 polyhedra. See A333539 and A338571.
%e A347753 a(2) = 2968. Two adjacent cubes, with twelve vertices, have 51 internal cutting planes resulting in 2968 polyhedra.
%e A347753 a(3) = 42384. Three adjacent cubes, with sixteen vertices, have 124 internal cutting planes resulting in 42384 polyhedra.
%e A347753 a(4) = 319416. Four adjacent cubes, with twenty vertices, have 245 internal cutting planes resulting in 319416 polyhedra.
%Y A347753 Cf. A347918 (number of k-faced polyhedra), A333539 (n-dimensional cube), A338571 (Platonic solids), A338783 (n-prism), A338809 (n-bipyramid), A007588.
%K A347753 nonn,more
%O A347753 1,1
%A A347753 _Scott R. Shannon_, Sep 12 2021