List of Fibonacci numbers
Generate the first n Fibonacci numbers exactly, with big-integer precision — each term the sum of the two before it, starting 0, 1, 1, 2, 3, 5, 8… The sequence hides the golden ratio and shows up throughout nature and mathematics. Returns the list and its sum.
Related tools
All Sequences & series tools →Need Fibonacci numbers, Sum of the terms? The List of Fibonacci numbers derives it from How many terms (1–500) in one step. For instance, with How many terms (1–500) = 20 it returns Fibonacci numbers = 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181 and Sum of the terms = 10945.
How to use it
- Enter your values: How many terms (1–500).
- Read the result instantly: Fibonacci numbers, Sum of the terms.
Frequently asked questions
How does the List of Fibonacci numbers work?
It takes How many terms (1–500) and derives Fibonacci numbers and Sum of the terms from them. The calculation is live as you type, so the result updates on every change.
Which values does the calculator ask for?
A single value: How many terms (1–500). Nothing else is required — no account, no file upload.
What does a typical calculation look like?
With How many terms (1–500) = 20, the calculator returns Fibonacci numbers = 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181 and Sum of the terms = 10945. Those figures come from running this exact tool, so you can reproduce them by entering the same values.
When would I actually use this?
Finding the nth term without listing every one before it, summing a long run in one step, and recognising which family a sequence belongs to.
What is the most common mistake?
Starting the index at the wrong end. Whether the first term is a₀ or a₁ shifts every result by one position, and the two conventions are both common.
What is the difference between the List of Fibonacci numbers and the Cube numbers list?
This one returns Fibonacci numbers and Sum of the terms; the Cube numbers list returns Cubes and Sum of the cubes. That is the whole difference — open the one whose figure you need.
Is there a tool for the next step?
Square numbers list is the closest one after this: Generate a list of perfect squares — n² for consecutive integers from any starting point. Choose how many and where to begin, and it returns the squares and their sum with exact big-integer arithmetic, handy for spotting patterns and differences.
What else is worth having open alongside it?
List of prime numbers and Fibonacci calculator — they come up in the same task often enough to be worth a second tab.
Where do the figures come from, and how current are they?
The closed forms are the standard ones, and the tool states the indexing convention it uses so a result can be compared against a textbook without ambiguity.