Recursioneasy
0:00.0

Given f(n)=f(n1)+2n1f(n) = f(n-1) + 2n - 1 with f(0)=0f(0) = 0, what is f(3)f(3)?