Recursioneasy
0:00.0

A recursive function f(n)f(n) is defined as f(n)=f(n1)+4f(n) = f(n-1) + 4 with f(0)=1f(0) = 1. Which of the following is the explicit formula for f(n)f(n)?