Recurrence Relationseasy
0:00.0

For the Fibonacci-like recurrence an=an1+an2a_n = a_{n-1} + a_{n-2} with a0=1a_0 = 1 and a1=1a_1 = 1, find a4a_4.