Square 1 to 30 — Table of Square Values and Patterns

#Algebra
TL;DR
The squares from 1 to 30 run from $1^2 = 1$ to $30^2 = 900$. This article gives the complete table, the odd-number pattern that links each square to the next, the fastest memory tricks, and what makes each of these values a perfect square.
BT
Bhanzu TeamLast updated on June 13, 20267 min read

The Squares From 1 to 30 Run From 1 to 900

The squares from 1 to 30 are the values $n^2$ for $n = 1$ through $30$ — beginning at $1^2 = 1$ and ending at $30^2 = 900$. Every one of these $30$ numbers is a perfect square, the result of an integer multiplied by itself.

Knowing them on sight is what makes mental arithmetic, factoring, and estimating square roots fast. The table below is the core reference.

Quick Answer

Quick Answer:

Result: the squares from $1^2 = 1$ to $30^2 = 900$.

Notation: $n^2 = n \times n$.

Method shown: direct multiplication, the algebraic-identity shortcut, and the numbers-ending-in-5 trick.

Pattern: consecutive squares differ by successive odd numbers — $n^2$ to $(n+1)^2$ rises by $2n + 1$.

Quick Reference Table — Squares 1 to 30

$n$

$n^2$

$n$

$n^2$

$n$

$n^2$

1

1

11

121

21

441

2

4

12

144

22

484

3

9

13

169

23

529

4

16

14

196

24

576

5

25

15

225

25

625

6

36

16

256

26

676

7

49

17

289

27

729

8

64

18

324

28

784

9

81

19

361

29

841

10

100

20

400

30

900

The first ten ($1^2$ to $10^2$) appear in almost every algebra problem; the next twenty are where competitive-exam and mental-maths speed is won.

Where The Squares 1 to 30 Appear

These thirty values are the most-used perfect squares in school maths. They sit behind every Pythagorean theorem calculation — the $5$–$12$–$13$ triple, for instance, uses $25 + 144 = 169$, three entries straight from this table. They surface in quadratic discriminants (a discriminant equal to a table value factors over the integers), in areas of square grids, and in any timed mental-maths section where recalling $23^2 = 529$ beats computing it. Numbers in this range also anchor the odd-number pattern that the rest of this article builds on.

What Makes A number A Perfect Square

A perfect square is an integer equal to some integer multiplied by itself: $n^2 = n \times n$. For positive $n$, $n^2$ is also the area of a square with side length $n$ — the geometry is built into the name.

Every value in the table above is a perfect square by construction. A number is a perfect square exactly when every prime in its factorisation appears to an even power — which is why $225 = 3^2 \times 5^2$ qualifies but $226$ does not.

The Odd-Number Pattern Behind The Squares

Here is the pattern worth carrying: consecutive squares differ by consecutive odd numbers. Look at the gaps —

$1 \to 4$ is $+3$, $;4 \to 9$ is $+5$, $;9 \to 16$ is $+7$, $;16 \to 25$ is $+9$.

Each jump from $n^2$ to $(n+1)^2$ is $2n + 1$, the next odd number. This is why the sum of the first $n$ odd numbers is always $n^2$: $1 + 3 + 5 + 7 = 16 = 4^2$. It also gives a fast check — if you know $14^2 = 196$, then $15^2 = 196 + (2\times 14 + 1) = 196 + 29 = 225$, no multiplication required.

How To Compute The Squares 1 to 30

Method 1 — Direct multiplication

$n \times n$. For example, $23 \times 23 = 529$ by column multiplication.

Method 2 — The algebraic-identity shortcut

Split $n$ into a round number plus or minus a small one, then use $(a \pm b)^2 = a^2 \pm 2ab + b^2$.

$$23^2 = (20 + 3)^2 = 400 + 2(20)(3) + 9 = 400 + 120 + 9 = 529.$$

$$28^2 = (30 - 2)^2 = 900 - 2(30)(2) + 4 = 900 - 120 + 4 = 784.$$

Method 3 — Numbers ending in 5

For any number ending in $5$, write $n = 10a + 5$; the square is $a(a+1)$ followed by $25$.

$$25^2: ; a = 2, ; a(a+1) = 6 \Rightarrow 625.$$

$$15^2: ; a = 1, ; a(a+1) = 2 \Rightarrow 225.$$

Examples of Squares 1 to 30

Example 1

Find $17^2$ using the table.

Read it off: $17^2 = 289$.

Example 2

A student wants $16^2$ and reaches for the pattern.

Wrong attempt. "The gap from $15^2$ is just $+2$," so $16^2 = 225 + 2 = 227$.

Correct. The gap from $n^2$ to $(n+1)^2$ is $2n + 1$, not a flat $+2$. From $15^2 = 225$, the jump is $2(15) + 1 = 31$, giving $16^2 = 225 + 31 = 256$. The differences grow odd by odd — they are never constant.

Example 3

Compute $26^2$ with the identity shortcut.

$26^2 = (25 + 1)^2 = 625 + 2(25)(1) + 1 = 625 + 50 + 1 = 676$.

Example 4

Use the ending-in-5 trick for $35^2$.

Even past $30$ the trick holds: $a = 3$, $a(a+1) = 12$, so $35^2 = 1225$.

Example 5

Check $19^2$ using the odd-number pattern from $18^2 = 324$.

$19^2 = 324 + (2\times 18 + 1) = 324 + 37 = 361$. Matches the table.

Common Mistakes With Squares 1 to 30

Mistake 1: Treating consecutive-square gaps as constant

Where it slips in: A student notices one gap and assumes every gap is the same size.

Don't do this: $16^2 = 15^2 + 2 = 227$.

The correct way: The gap from $n^2$ to $(n+1)^2$ is the odd number $2n + 1$, which grows each step. So $16^2 = 225 + 31 = 256$.

Mistake 2: Confusing $n^2$ with $2n$

Where it slips in: Reading "squared" as "doubled."

Don't do this: $7^2 = 14$.

The correct way: $n^2 = n \times n$, so $7^2 = 49$. Doubling gives $2n = 14$, a different operation entirely.

Mistake 3: Off-by-one when recalling the table

Where it slips in: Mixing a value with its neighbour, e.g. $13^2$ with $12^2$.

Don't do this: $13^2 = 144$.

The correct way: $12^2 = 144$ and $13^2 = 169$. Use the gap as a check: $13^2 - 12^2 = 2(12) + 1 = 25$, and $144 + 25 = 169$.

Conclusion

  • The squares from 1 to 30 run from $1^2 = 1$ to $30^2 = 900$, all perfect squares.

  • Consecutive squares differ by consecutive odd numbers: $(n+1)^2 - n^2 = 2n + 1$.

  • The ending-in-5 trick and the $(a \pm b)^2$ identity make the larger values quick to compute.

  • The most common error is treating the gaps as constant — they grow by two each step.

  • The first ten squares are worth memorising; the odd-number pattern extends them to $30$.

A Practical Next Step

  1. Cover the table and rebuild $21^2$ through $25^2$ using only the odd-number gaps.

  2. Compute $24^2$ two ways — direct multiplication and the $(25 - 1)^2$ identity — and confirm they match.

  3. Use the ending-in-5 trick to write $5^2, 15^2, 25^2$ from memory in under ten seconds.

Want a Bhanzu trainer to drill these patterns with your child? Book a free demo class — online globally.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the square of 30?
$30^2 = 900$.
What is the sum of squares from 1 to 30?
$\sum_{k=1}^{30} k^2 = \dfrac{30 \cdot 31 \cdot 61}{6} = 9{,}455$.
How many perfect squares are there from 1 to 30?
Among the integers $1$ to $30$, five are themselves perfect squares: $1, 4, 9, 16, 25$. But the squares of $1$ to $30$ are $30$ values, from $1$ to $900$.
Are the squares of odd numbers always odd?
Yes. Odd $\times$ odd is odd, so every odd $n$ in the table has an odd $n^2$ — $1, 9, 25, 49, \dots, 841$.
What is the fastest way to memorise squares 1 to 30?
Learn $1$–$10$ first, then use the odd-number gap ($+2n+1$) to extend, and the ending-in-5 trick for $15, 25$.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →