A354133 Irregular table read by rows: for each interior cell of a regular n-gon with all diagonals drawn remove all its edges and then count the number of sides in the resulting polygon; row n gives the number of resulting k-sided polygons, for k >= 6, for all interior cells.
0, 0, 0, 0, 5, 0, 1, 0, 12, 0, 0, 6, 0, 14, 7, 0, 0, 0, 14, 0, 8, 8, 32, 8, 0, 24, 0, 36, 9, 0, 9, 0, 18, 36, 36, 0, 0, 0, 1, 0, 60, 20, 0, 100, 0, 30, 0, 66, 11, 0, 33, 0, 143, 0, 66, 22, 22, 0, 0, 0, 0, 0, 1, 48, 144, 48, 72, 60, 48, 12, 0, 104, 13, 0, 39, 52, 208, 78, 156, 26, 78, 0, 13, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 3
Examples
The 8-gon contains eight triangles that adjoin three triangles and thus create a 6-gon, thirty-two triangles that adjoin two triangles and one quadrilateral and thus create a 7-gon, eight triangles that adjoin one triangle and two quadrilaterals and thus create an 8-gon, and twenty-four quadrilaterals that adjoin two triangles and two quadrilaterals and thus create a 10-gon. Therefore row 8 is [8,32,8,0,24]. The table begins: 0; 0; 0, 0, 5, 0, 1; 0, 12, 0, 0, 6; 0, 14, 7, 0, 0, 0, 14, 0, 8; 8, 32, 8, 0, 24; 0, 36, 9, 0, 9, 0, 18, 36, 36, 0, 0, 0, 1; 0, 60, 20, 0, 100, 0, 30; 0, 66, 11, 0, 33, 0, 143, 0, 66, 22, 22, 0, 0, 0, 0, 0, 1; 48, 144, 48, 72, 60, 48, 12; 0, 104, 13, 0, 39, 52, 208, 78, 156, 26, 78, 0, 13, 0, 0, 0, 0, 0, 0, 0, 1; 0, 140, 126, 140, 196, 112, 140, 28, 56; 0, 150, 15, 0, 60, 180, 465, 150, 210, 60, 135, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 1; 32, 256, 144, 192, 240, 352, 240, 160, 32, 0, 32; . See the linked file for the table n = 3..120.
Links
- Scott R. Shannon, Table for n = 3..120.
- Scott R. Shannon, Image for the 8-gon. In this and other images the color of the interior cells is based on the number of edges in the surrounding k-gon given in the key.
- Scott R. Shannon, Image for the 11-gon.
- Scott R. Shannon, Image for the 12-gon.
- Scott R. Shannon, Image for the 17-gon.
- Scott R. Shannon, Image for the 18-gon.
- Scott R. Shannon, Image for the 26-gon. This is one of the few even-sided n-gons that does not contain triangles adjoined to three other triangles.
- Scott R. Shannon, Image for the 36-gon.
- Scott R. Shannon, Image showing a close-up of a 14-sided cell in the 132-gon. This creates a 34-sided k-gon.
Comments