T2(n) is the sum of the first n Triangular numbers.
T3(n) is the sum of the first n T2(n) numbers.
...
Tk(n) is the sum of the first n Tk-1(n) numbers.
Please derive closed form expressions for each of T1(n), T2(n), and T3(n). Describe the technique you used for the derivation.
Bonus: what is the formula for Tk(n)?
Bonus 2: prove the validity of your formula for Tk(n).