Fibonacci sequence

Concept

A sequence where each number is the sum of the two preceding ones, often used as an example for recursive programming.

Mentioned in 3 videos