Cube numbers list
Generate a list of perfect cubes — n³ for consecutive integers from any starting point. Set how many you want and where to start, and it returns the cubes, their sum and the underlying roots, computed with exact big-integer arithmetic.
Related tools
All Sequences & series tools →Need Cubes, Sum of the cubes? The Cube numbers list derives it from How many cubes (1–1000), Start from in one step. For instance, with How many cubes (1–1000) = 20 and Start from = 1 it returns Cubes = 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000, 1331, 1728, 2197, 2744, 3375, 4096, 4913, 5832, 6859, 8000 and Sum of the cubes = 44100.
How to use it
- Enter your values: How many cubes (1–1000), Start from.
- Read the result instantly: Cubes, Sum of the cubes.
Frequently asked questions
What does the Cube numbers list actually compute?
It takes How many cubes (1–1000) and Start from and derives Cubes and Sum of the cubes from them. The calculation is live as you type, so the result updates on every change.
What information do I need to provide?
2 values: How many cubes (1–1000) and Start from. Nothing else is required — no account, no file upload.
Can you show a worked example?
With How many cubes (1–1000) = 20 and Start from = 1, the calculator returns Cubes = 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000, 1331, 1728, 2197, 2744, 3375, 4096, 4913, 5832, 6859, 8000 and Sum of the cubes = 44100. 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 Cube numbers list and the List of Fibonacci numbers?
This one returns Cubes and Sum of the cubes; the List of Fibonacci numbers returns Fibonacci numbers and Sum of the terms. 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 First n prime numbers — 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.