Show that the number of triangles whose vertices are vertices of a regular 13-gon and contain the center of 13-gon is 91. Can you extend your solution to regular $2n+1-gon$?
If we draw a line from one vertex of 13-gon passing through the center,then the other two vertices must be selected from opposite sides of this line,now we should find and prove the condition that the formed triangle contains the center and count possible cases...
Let's number the vertices of the tridecagon 1 to 13 clockwise.
If we pick vertex 1, then a triangle containing the center must be built with one and only one of the vertices 2,..,7.
With (1,2) there's only one third possible vertex: 8
With (1,3) there are two: 8,9
...
With(1,7) there are six: 8,9,10,11,12,13
Hence the number of solutions using vertex 1 is 1+...+6=21.
The total number of solutions is then $13*21/3=91$. (summing the numbers of triangles using each of the 13 vertices and dividing per 3 since each triangle is counted trice)
For generalization, for a $2n+1-gon$ there would be $\frac{n(n+1)}{2}*\frac{2n+1}{3}=\frac{n(n+1)(2n+1)}{6}$ possible triangles.
Note that $\frac{n(n+1)(2n+1)}{6}=\sum_{k=1}^n k^2$, so there may exist a more direct reasonning that would use the squares of integers. Maybe a recursive argument on n, but I don't really see how right now.
A further generalization would be to look for quadrilateres or convex $k-gons, k<2n+1$, built on vertices of the $2n+1-gon$ and containing the center.