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.

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

This page as a plain text file.
%I A230150 #28 Jan 24 2014 11:27:24
%S A230150 1,4,11,24,25,47,48,49,50,80,82,83,84,85,86,87,88,89,90,91,137
%N A230150 Irregular triangle read by rows: Possible numbers of pieces resulting from cutting a convex n-sided polygon along all its diagonals.
%C A230150 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.
%C A230150 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.
%H A230150 V.A. Letsko, M.A. Voronina <a href="http://grani.vspu.ru/files/publics/1301378772.pdf">Classification of convex polygons</a>, Grani Poznaniya, 1(11), 2011. (in Russian)
%H A230150 Vladimir Letsko, <a href="http://www-old.fizmat.vspu.ru/doku.php?id=marathon:problem_102">Mathematical Marathon at vspu, Problem 102</a> (in Russian)
%H A230150 Vladimir Letsko <a href="http://www-old.fizmat.vspu.ru/doku.php?id=marathon:illustrations_102_co">Illustration of all cases for number of sides from 3 to 8</a>
%F A230150 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.
%e A230150 The beginning of the irregular triangle is:
%e A230150 3| 1
%e A230150 4| 4
%e A230150 5| 11
%e A230150 6| 24, 25
%e A230150 7| 47, 48, 49, 50,
%e A230150 8| 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91
%e A230150 9| 137 (incomplete)
%Y A230150 Cf. A006522, A160860, A007678.
%K A230150 tabf,nonn
%O A230150 3,2
%A A230150 _Vladimir Letsko_, Oct 11 2013