Square numbers list
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.
Related tools
All Sequences & series tools →The Square numbers list turns How many squares (1–1000), Start from into Squares, Sum of the squares, instantly and for free. For instance, with How many squares (1–1000) = 25 and Start from = 1 it returns Squares = 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400, 441, 484, 529, 576, 625 and Sum of the squares = 5525.
How to use it
- Enter your values: How many squares (1–1000), Start from.
- Read the result instantly: Squares, Sum of the squares.
Frequently asked questions
What does the Square numbers list actually compute?
It takes How many squares (1–1000) and Start from and derives Squares and Sum of the squares 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 squares (1–1000) and Start from. Nothing else is required — no account, no file upload.
Can you show a worked example?
With How many squares (1–1000) = 25 and Start from = 1, the calculator returns Squares = 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400, 441, 484, 529, 576, 625 and Sum of the squares = 5525. 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 Square numbers list and the Cube numbers list?
This one returns Squares and Sum of the squares; 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?
List of Fibonacci numbers is the closest one after this: 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.
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.