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?