$T(n)$ is $n^{th}$ triangular number, where $T\left(n\right)=\frac{n^2+n}{2}$
And from other sources I know the $n^{th}$ tetrahedral number is
$G\left(x\right)=\sum _{n=1}^xT\left(n\right)=\frac{\left(x^2+x\right)\left(x+2\right)}{6}$
I also happen to know that the formula for the volume of a tetrahedron is:
$V=\frac{1}{2}Ah$,
where $A$ is the area of the triangular base and $h$ is the height.
If I sat down one day not knowing the formula for $G(x)$ and wanted to create a function to find the $n^{th}$ tetrahedral number, how do I derive it?
I've seen proofs. I want to know how the proof authors arrived at that formula in the first place.