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.

Showing 1-2 of 2 results.

A187781 Number of noncongruent polygonal regions in a regular n-gon with all diagonals drawn.

Original entry on oeis.org

1, 1, 3, 3, 7, 7, 14, 14, 25, 21, 41, 40, 63, 60, 92, 72, 129, 121, 175, 166, 231, 192, 298, 285, 377, 360, 469, 350, 575, 553, 696, 666, 833, 744, 987, 956, 1159, 1123, 1350, 1165, 1561, 1508, 1793, 1741, 2047, 1875, 2324, 2255, 2625, 2563, 2951, 2761, 3303, 3214, 3682, 3588, 4089, 3695
Offset: 3

Views

Author

Martin Renner, Jan 05 2013

Keywords

Examples

			a(5) = 3 since the 11 regions of a regular pentagon with all diagonals drawn consist of three different noncongruent polygons: two different triangles (each 5 times) and 1 pentagon.
a(6) = 3 since the 24 regions of the regular hexagon with all diagonals drawn consist of three different noncongruent polygons: 2 triangles (one 6 times, one 12 times) and 1 quadrilateral (6 times).
a(7) = 7 since the 50 regions of the regular heptagon with all diagonals drawn consist of seven different noncongruent polygons: 4 triangles (three 7 times, one 14 times), 1 quadrilateral (7 times), 1 pentagon (7 times) and 1 heptagon.
		

Crossrefs

Extensions

Corrected a(12) and a(16), extended from a(18) through a(60), corrected small typo in a(7) example - Christopher Scussel, Jun 23 2023

A217754 Number of different kinds of polygonal regions with finite area in the exterior of a regular n-gon with all diagonals drawn.

Original entry on oeis.org

0, 0, 0, 0, 1, 1, 2, 2, 4, 3, 4, 4, 4, 4, 5
Offset: 3

Views

Author

Martin Renner, Mar 23 2013

Keywords

Examples

			a(7) = 1 since the 35 exterior regions of the regular heptagon built by all diagonals consist of one kind of polygon (with finite area), i.e., 1 triangle (7 times), and three different regions with infinite area (two 7 times, one 14 times).
a(8) = 1 since the 64 exterior regions of the regular octagon built by all diagonals consist of one kind of polygon (with finite area), i.e., 2 triangles (one 8 times, one 16 times), and three different regions with infinite area (one 8 times, two 16 times).
a(9) = 2 since the 117 exterior regions of the regular 9-gon (nonagon) built by all diagonals consist of two different kinds of polygons (with finite area), i.e., 3 triangles (one 9 times, two 18 times) and 2 quadrilaterals (each 9 times), and four different regions with infinite area (two 9 times, two 18 times).
		

Crossrefs

Showing 1-2 of 2 results.