Recursionmedium
0:00.0

Consider the recurrence an=an1an2a_n = a_{n-1} \cdot a_{n-2} with a0=2,a1=4a_0 = 2, a_1 = 4. What is a3a_3?