Regarding the previous problem in this set , we know the first 4 backwards Fibonacci numbers. Using the method that you learned, keep going backwards. Besides being is reversed order, how does the forwards sequence ( ) contrast to the backwards sequence ( )?
Note for clarity : means a negative number that is odd, and means a negative number that is even.
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.
Using the method previously used, we can find the numbers in the sequence between F − 7 and F 7 : 1 3 , − 8 , 5 , − 3 , 2 , − 1 , 1 , 0 , 1 , 1 , 2 , 3 , 5 , 8 , 1 3
If we observe, we can see that every other number in the backwards sequence is negative. Upon closer observation, we can see that every ( − 2 n + 1 ) th number is negative. This pattern will clearly continue, so F − 2 n + 1 is always positive and F − 2 n is always negative.