Recursionmedium
0:00.0

Solve the recurrence relation an=3an12an2a_n = 3a_{n-1} - 2a_{n-2} with initial conditions a0=1a_0 = 1 and a1=2a_1 = 2. What is the closed form?