Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursionmedium
0:00.0

Find the 7th term of the Fibonacci sequence where F1=1F_1 = 1F1​=1, F2=1F_2 = 1F2​=1, and Fn=Fn−1+Fn−2F_n = F_{n-1} + F_{n-2}Fn​=Fn−1​+Fn−2​ for n≥3n \geq 3n≥3.