
Knowledge Bank » Fibonacci sequence
Fibonacci sequence
The Fibonacci sequence is a group of numbers that are a recursive sequence. The rule for the sequence is to simply add the preceding two numbers, starting with 0 and 1. For example:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, ...


