Recursioneasy
0:00.0

Given f(n)=f(n1)+f(n2)f(n) = f(n-1) + f(n-2), with f(0)=2f(0) = 2 and f(1)=3f(1) = 3. What is f(2)f(2)?