Recursioneasy
0:00.0

Given f(n)=f(n1)+n3f(n) = f(n-1) + n^3 with f(0)=0f(0) = 0, what is the value of f(1)f(1)?