Recursionmedium
0:00.0

Solve the recurrence relation an=5an16an2a_n = 5a_{n-1} - 6a_{n-2} with initial conditions a0=1a_0 = 1 and a1=2a_1 = 2. Find the closed form solution.