Recursioneasy
0:00.0

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