Recursionmedium
0:00.0

Solve T(n)=2T(n1)T(n) = 2T(n-1) with T(1)=5T(1) = 5. What is the closed form?