For the Fibonacci-like recurrence an=an−1+an−2a_n = a_{n-1} + a_{n-2}an=an−1+an−2 with a0=1a_0 = 1a0=1 and a1=1a_1 = 1a1=1, find a4a_4a4.
3
4
5
8