Recursioneasy
0:00.0

Given h(n)=h(n1)+nh(n) = h(n-1) + n and h(0)=0h(0) = 0, what is h(4)h(4)?