Recursioneasy
0:00.0

Consider the recursive definition f(n)=2f(n1)+nf(n) = 2f(n-1) + n, with f(0)=1f(0) = 1. What is the value of f(2)f(2)?