Recursioneasy
0:00.0

Consider a recursive function g(n)g(n) where g(n)=2g(n1)1g(n) = 2 \cdot g(n-1) - 1 for n1n \ge 1. If g(0)=5g(0) = 5, what is the value of g(1)g(1)?