Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursionmedium
0:00.0

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