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.

A230281 The least possible number of intersection points of the diagonals in the interior of a convex n-gon with all diagonals drawn.

Original entry on oeis.org

0, 1, 5, 13, 29, 49
Offset: 3

Views

Author

Vladimir Letsko, Oct 15 2013

Keywords

Comments

Perhaps a(9) = 94.
After removing two points from the regular 12-gon, that is, removing the corresponding points at 12 o'clock and 2 o'clock, there will be only 157 intersection points of the diagonals, it is less than 161, which is the number of intersections of diagonals in the interior of regular 10-gon. So, a(10) <= 157 < 161 = A006561(10). - Guang Zhou, Jul 27 2018
The greatest possible number of intersection points occurs when each set of four vertices gives diagonals with a unique intersection point. Thus, a(n) <= binomial(n,4) = A000332(n). - Michael B. Porter, Jul 30 2018

Examples

			a(6) = 13 because the number of intersection points of the diagonals in the interior of convex hexagon is equal to 13 if 3 diagonals meet in one point, and this number cannot be less than 13 for any hexagon.
		

Crossrefs

A230150 Irregular triangle read by rows: Possible numbers of pieces resulting from cutting a convex n-sided polygon along all its diagonals.

Original entry on oeis.org

1, 4, 11, 24, 25, 47, 48, 49, 50, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 137
Offset: 3

Views

Author

Vladimir Letsko, Oct 11 2013

Keywords

Comments

Beginning from number of sides equal to 18 the terms no longer increase between rows. For example, the number of pieces for the regular 18-gon is fewer than the number of pieces for regular 17-gon.
Obviously there exists a number k_0 such that k_0 is not in the sequence and k is in the sequence for all k > k_0.

Examples

			The beginning of the irregular triangle is:
3| 1
4| 4
5| 11
6| 24, 25
7| 47, 48, 49, 50,
8| 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91
9| 137 (incomplete)
		

Crossrefs

Formula

a(n,s_1,...,s_m) = A006522(n) - sum_{k=1}^m s_k*k*(k+1)/2, where m = floor(n/2)-2 and s_k denotes number of inner points in which exactly k+2 diagonals are intersected.
Showing 1-2 of 2 results.