General Fibonacci Numbers: Difference between revisions
From charlesreid1
(Created page with "The Fibonacci number idea of adding number n-2 to number n-1, and the Lucas number idea of using alternative starting integers, can be generalized to define a Fibonacci-type s...") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{ConstantFlag}} | |||
The Fibonacci number idea of adding number n-2 to number n-1, and the Lucas number idea of using alternative starting integers, can be generalized to define a Fibonacci-type sequence for any two arbitrary starting integers. | The Fibonacci number idea of adding number n-2 to number n-1, and the Lucas number idea of using alternative starting integers, can be generalized to define a Fibonacci-type sequence for any two arbitrary starting integers. | ||
Revision as of 21:00, 16 July 2017
The Fibonacci number idea of adding number n-2 to number n-1, and the Lucas number idea of using alternative starting integers, can be generalized to define a Fibonacci-type sequence for any two arbitrary starting integers.