Recursionmedium
0:00.0

A recurrence relation is an=5an16an2a_n = 5a_{n-1} - 6a_{n-2}. Given that a2=4a_2 = 4 and a3=8a_3 = 8, determine the initial conditions a0a_0 and a1a_1.