Question 1175605
.


<H3>H I N T</H3>

<pre>
Notice that the terms starting from the third, are the sum of the two preceding terms.


It gives you the recursive formula   F(n+1) = F(n-1) + F(n),  n = 2, 3, 4, . . . 



Having this <U>HINT</U>, you can complete the assignment on your own.
</pre>