Recursionhard
0:00.0

Define the Fibonacci sequence as F1=1F_1 = 1, F2=2F_2 = 2, and Fn=Fn1+Fn2F_n = F_{n-1} + F_{n-2} for n3n \geq 3. Compute F7F_7.