Recursioneasy
0:00.0

A recursive function f(n)f(n) is defined by f(n)=2f(n1)+3f(n) = 2f(n-1) + 3, with f(0)=1f(0)=1. What is the value of f(2)f(2)?