I know it is asking me to prove it works for the total number of triangles. I notice a pattern which is $$T_n = n^3$$ but this doesn't seem to help me in anyway.
Edit: I also notice that the lines increase by 2 each time, creating 3 more intersections each time.

Hint:
Note that every triangle in $T_n$ has at least one of the vertices of the base angles.
Besides, every triangle can be determined by exactly 3 lines in $T_n$. However, if you choose 3 lines intersecting at one point, you will not get a triangle.
Based on these facts, you can either write it down as $\displaystyle\binom{2n+1}3-2\binom{n+1}{3}$ or $\displaystyle2\binom{n}2\binom{n}1+n^2$, both of which produce $n^3$.