A000045
A000045 is the integer sequence known as the Fibonacci numbers. It begins with 0 and 1, and each subsequent number is the sum of the two preceding ones. The sequence is defined by the recurrence relation F(n) = F(n-1) + F(n-2), with initial conditions F(0) = 0 and F(1) = 1. The first few terms are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, and so on.
The Fibonacci sequence has numerous applications in mathematics, computer science, and nature. It appears in the