fibs
Fibonacci numbers, commonly referred to as fibs, are a sequence of integers defined by F(0)=0, F(1)=1 and F(n)=F(n-1)+F(n-2) for n≥2. The sequence begins 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, and so on.
Origin and naming: The sequence is named after the Italian mathematician Leonardo of Pisa, known as Fibonacci,
Formulas and properties: A closed form, known as Binet’s formula, expresses F(n) as (phi^n − psi^n)/√5, where
Applications and related concepts: Fib numbers appear in combinatorics, such as counting tilings of a 1×n board
See also: Zeckendorf’s representation states that every positive integer can be uniquely represented as the sum