How can the sequence composed by the number of diagonals ($diagonal = \frac{side(side - 3)}{2}$) of convex regular polygons be described (as Arithmetic Progression, Geometric Progression or other)?
For example, if I consider it as an Arithmetic Progression, the general term formula would be $(a_n = a_1 + (N-1)R)$, where $a_n$ is the general term, $a_1$ is the first term, $N$ is the $N$th term and $R$ is the reason. However, in this sequence, the ratio does not remain constant, varying in an increasing way. Example: $R = a_2-a_1 = 2-0 = 2; \ R = a_3-a_2 = 5-2=3;$ etc.
In the case of a Geometric Progression (where the formula of the general term is $a_n = a_1*q^{(N-1)}$, with $q$ being the ratio), it is the same situation, the ratio is not constant.
Example of the described sequence: $$0(Triangle),\\2(Square),\\5(Pentagon),\\9(Hexagon),\\14(Heptagon),\\...$$