Recurrence Relationsmedium
0:00.0

Given the recurrence an=2an1+3an2a_n = 2a_{n-1} + 3a_{n-2} with initial conditions a0=1a_0 = 1 and a1=1a_1 = 1, find a2a_2.