The '''anti-Fibonacci numbers''' compose a closely sequence related to the [[Fibonacci sequence]]. It satisfies the following recursion formula:
:<math>f(k+2) = f(k) - f(k+1)\,</math>
Usually, it is made to start with 1, 0. Then, it goes like this:
:<math>1,0,1,-1,2,-3,5,-8, \dots\,</math>
For easy comparison: The Fibonacci sequence satisfies
:<math>f(k+2) = f(k) + f(k+1)\,</math>
and goes like this:
:<math>0,1,1,2,3,5,8, \dots\,</math>
If the Fibonacci sequence is extended backwards -
:<math>\dots -8,5,-3,2,-1,1,0,1,1,2,3,5,8, \dots\,</math>
- the anti-Fibonaccis also appear.
[[Category:Integer sequences]]
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|