Safekipedia
Fibonacci numbersInteger sequences

Fibonacci sequence

Adapted from Wikipedia · Discoverer experience

An animation showing patterns based on Fibonacci numbers and how they approximate the Golden Ratio.

The Fibonacci sequence is a special list of numbers used in mathematics where each number is the sum of the two numbers before it. It starts with 0 and 1, and then each new number is found by adding the last two numbers together. For example, after 0 and 1, we add them to get 1, then add 1 and 1 to get 2, and so on. This creates a sequence that looks like this: 0, 1, 1, 2, 3, 5, 8, 13, and it keeps going on forever.

These numbers were first described in Indian mathematics a very long time ago, even before the year 200 BC, by a mathematician named Pingala. They got their name from an Italian mathematician called Leonardo of Pisa, also known as Fibonacci, who wrote about them in his famous book Liber Abaci in the year 1202.

Fibonacci numbers show up in many surprising places. They help computer scientists create clever ways to search information, called the Fibonacci search technique. They are also used in structures called Fibonacci heaps for organizing data. Even in nature, you can find Fibonacci numbers, like in the way leaves grow on a stem, the pattern of a pineapple's fruit sprouts, or the arrangement of a pine cone's scales.

These numbers are also closely connected to another famous number called the golden ratio. As the Fibonacci numbers get bigger, the ratio between two next numbers in the list gets closer and closer to the golden ratio. This shows how Fibonacci numbers are linked to many beautiful patterns in math and nature.

Definition

The Fibonacci sequence is a special list of numbers where each number is the sum of the two numbers before it. It often starts with 0 and 1. For example, after 0 and 1, the next number is 1 (0 + 1), then 2 (1 + 1), then 3 (1 + 2), and so on.

This sequence was first described in India over 2,000 years ago, where it was used to study patterns in poetry. Later, it appeared in Europe in a famous book called Liber Abaci by a man named Fibonacci. He used the sequence to solve a fun problem about how rabbit families might grow over time.

F0F1F2F3F4F5F6F7F8F9F10F11F12F13F14F15F16F17F18F19F20
011235813213455891442333776109871597258441816765

Relation to the golden ratio

algebraic visualization of the Golden Ratio and its conjugate

The Fibonacci sequence has a special connection to the golden ratio, a number that appears in nature and art. This relationship is shown through a formula called Binet's formula, which allows us to calculate any Fibonacci number directly without adding the previous two numbers.

The golden ratio, often written as φ (phi), is approximately 1.618. It plays an important role in the Fibonacci sequence because the ratio of any two consecutive Fibonacci numbers gets closer and closer to the golden ratio as the numbers get larger. This means that as we move through the sequence, each new number divided by the one before it will almost equal φ.

Matrix form

The Fibonacci sequence can also be understood using a special kind of math called matrix form. This involves arranging numbers in a square to show patterns. For the Fibonacci sequence, this helps find quick ways to calculate larger numbers in the sequence.

One important pattern shows that raising a special matrix to a power gives new Fibonacci numbers directly. This method can compute Fibonacci numbers faster than simple addition, especially for very large positions in the sequence.

Combinatorial identities

Most identities involving Fibonacci numbers can be proved using combinatorial arguments. The Fibonacci number Fₙ can be interpreted as the number of sequences of 1s and 2s that add up to n−1. This idea helps explain many patterns in Fibonacci numbers.

For example, the sum of the first n Fibonacci numbers equals the (n+2)nd Fibonacci number minus 1. This can be shown by thinking about sequences that add up to n+1 and how they can be grouped. Similarly, other identities exist for sums of every other Fibonacci number or the sum of their squares. These patterns show how deeply connected the Fibonacci sequence is to basic counting methods.

Other identities

Main article: Cassini and Catalan identities

The Fibonacci sequence has many interesting patterns and relationships. One important pattern is Cassini’s identity, which shows how the squares of Fibonacci numbers relate to each other. Another pattern is d’Ocagne’s identity, which helps us understand how Fibonacci numbers behave when we combine them in certain ways. These patterns are useful in solving problems and exploring the properties of the Fibonacci sequence further.

Some of these identities involve special numbers called Lucas numbers, which are closely related to Fibonacci numbers. By studying these patterns, mathematicians can discover new ways to work with Fibonacci numbers and their properties.

Generating functions

The Fibonacci sequence has a special pattern called a generating function. This is a way to represent the sequence as a power series. For the Fibonacci sequence, this series starts with 0 and adds up the Fibonacci numbers multiplied by powers of z.

This pattern helps mathematicians study the sequence and understand its properties. It shows that the Fibonacci sequence relates to other important math ideas, like divisibility and prime numbers. For example, certain prime numbers always divide specific Fibonacci numbers, depending on their remainder when divided by 5. This connection reveals deep relationships within number theory.

Generalizations

Main article: Generalizations of Fibonacci numbers

The Fibonacci sequence is a simple pattern where each number is the sum of the two numbers before it. There are many ways to change this pattern to create new sequences. For example, you can start with different numbers, skip some steps, or even use more than two numbers to find the next one. These changes help create many interesting number patterns that mathematicians study.

Applications

Fibonacci numbers appear in many areas of mathematics, science, and everyday life. In mathematics, they show up in patterns within Pascal's triangle and help solve problems about counting ways to arrange steps or tiles. For example, the number of ways to climb a staircase of 5 steps, taking one or two steps at a time, follows the Fibonacci sequence.

In nature, Fibonacci numbers explain patterns like the arrangement of leaves on stems, the spirals of sunflower seeds, and the family tree of honeybees. These patterns often involve the golden ratio, a special number that appears in many natural shapes and structures.

5= 1+1+1+1+1
= 2+1+1+1= 1+2+1+1= 1+1+2+1= 1+1+1+2
= 2+2+1= 2+1+2= 1+2+2
5= 1+1+1+1+1= 2+1+1+1= 1+2+1+1= 1+1+2+1= 2+2+1
= 1+1+1+2= 2+1+2= 1+2+2

Images

A page from a historical mathematics book showing early use of numbers and calculations.
A close-up of yellow chamomile flower florets with visible spiral patterns that demonstrate the Fibonacci sequence in nature.

This article is a child-friendly adaptation of the Wikipedia article on Fibonacci sequence, available under CC BY-SA 4.0.

Images from Wikimedia Commons. Tap any image to view credits and license.