👉 In mathematics, a Fibonacci sequence is a series of numbers in which each number (called "fibs") is the sum of the two preceding ones. This means that if you start with 0 and 1 as the first two numbers, then every subsequent number is the sum of the previous two, starting from 0 + 1 = 1.
For example:
- fib(0) = 0
- fib(1) = 1
- fib(2) =
fibs