Recurrence Relationseasy
0:00.0

A sequence is defined by the recurrence relation an=an1+an2a_n = a_{n-1} + a_{n-2} with initial conditions a0=2a_0 = 2 and a1=3a_1 = 3. What is a4a_4?