Recursioneasy
0:00.0

A recursive function is defined by f(n)=f(n1)+4f(n) = f(n-1) + 4 with f(1)=2f(1) = 2. What is f(4)f(4)?