Recursioneasy
0:00.0

A recursive function f(n)=f(n1)+n3f(n) = f(n-1) + n^3 with f(0)=0f(0) = 0. What is f(2)f(2)?