Most math enthusiasts/professionals know the famous Fibonacci Sequence:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, ...
However, not many people have considered going backwards! You, the reader of this problem, are going to become one of those people. Find the value of .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can work backwards to get F − 4 . starting with calculating F − 1 :
From this point, we can generalize:
Keep in mind that the equation above is just a re-written version of the Fibonacci rule: F n = F n − 1 + F n − 2
With this generalization, we can repeat the process:
Therefore, F − 4 = − 3