Polygonal Number — Definition, Formula & Examples
A polygonal number is a number that can be represented by dots arranged in the shape of a regular polygon. Triangular numbers, square numbers, pentagonal numbers, and hexagonal numbers are all specific types of polygonal numbers.
The -th polygonal number with sides is defined as , where is the number of sides of the polygon and is the index in the sequence.
Key Formula
Where:
- = Number of sides of the polygon (s ≥ 3)
- = Position in the sequence (k = 1, 2, 3, …)
- = The k-th s-gonal number
How It Works
Each type of polygonal number corresponds to a regular polygon with sides. You build the sequence by nesting larger copies of that polygon around a central dot, adding a new layer each time. The general formula lets you compute any polygonal number from just two inputs: the number of sides and the position in the sequence. Setting gives triangular numbers, gives square numbers, gives pentagonal numbers, and so on.
Worked Example
Problem: Find the 4th pentagonal number using the general polygonal number formula.
Identify parameters: A pentagon has 5 sides, so s = 5. We want the 4th term, so k = 4.
Substitute into the formula: Plug the values into the general formula.
Simplify: Evaluate the arithmetic inside the brackets and then divide.
Answer: The 4th pentagonal number is 22.
Why It Matters
Polygonal numbers appear in combinatorics and number theory, including Fermat's polygonal number theorem, which states every positive integer is the sum of at most polygonal numbers of order . Recognizing the general formula helps you quickly derive or verify any specific figurate-number sequence in competition math or discrete mathematics courses.
Common Mistakes
Mistake: Using in the formula and expecting different results from .
Correction: Setting correctly yields . Square numbers are polygonal numbers—the formula must agree with familiar results, which serves as a good check.
