Given the function below, where f(1)=2, what is the value of f(2)?

f(n)=3f(n-1)+4n


Given the function below, where f(1)=2, what is the value of f(3)? (refer to previous question)

f(n)=3f(n-1)+4n