The specified nth term of Fibonacci sequence is calculated and displayed.
- Front page
- Calculate progression
- Fibonacci sequence
Fibonacci sequence
Calculation result
Fibonacci sequence with first number being 0 and second number being 1
10th number: 34
Sequence up to 20th: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181
nth | Value |
---|---|
1 | 0 |
2 | 1 |
3 | 1 |
4 | 2 |
5 | 3 |
6 | 5 |
7 | 8 |
8 | 13 |
9 | 21 |
10 | 34 |
11 | 55 |
12 | 89 |
13 | 144 |
14 | 233 |
15 | 377 |
16 | 610 |
17 | 987 |
18 | 1597 |
19 | 2584 |
20 | 4181 |
About the calculation of Fibonacci sequence
Enter the nth term and click "calculate the Fibonacci sequence", The specified nth value is calculated and displayed.
You can also change the number of first and second.
Please enter up to 15 digits for First number and Second number, and up to 10,000 for nth term.
What is Fibonacci sequence?
The Fibonacci sequence is a sequence of numbers in which each term is the sum of the two previous terms.
If the first term is 0 and the second term is 1, the sequence looks like this:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34...