Consider the recursive definition f(n)=2f(n−1)+nf(n) = 2f(n-1) + nf(n)=2f(n−1)+n, with f(0)=1f(0) = 1f(0)=1. What is the value of f(2)f(2)f(2)?
5
8
7
6