A series of natural numbers \(F_1, F_2, F_3, F_4, F_5, F_6, F_7, \ldots\) obeys
\[
F_{n+1} = F_n + F_{n-1}, \text{for all integers } n \geq 2.
\]
If \(F_6 = 37\) and \(F_7 = 60\), then what is \(F_1\)?
Show Hint
For linear recurrences like $F_{n+1}=F_n+F_{n-1}$, you can move backwards} just as reliably as forwards: solve each equation for the unknown earlier term and keep stepping back until you reach the required starting value.