Recursionmedium
0:00.0

Use the substitution (telescoping) method to solve T(n)=T(n1)+nT(n) = T(n-1) + n with T(0)=0T(0) = 0. What is the closed-form formula?