Triangular Number — Definition, Formula & Examples
A triangular number is the total number of dots needed to form an equilateral triangle with n rows, where each row has one more dot than the row above it. The first few triangular numbers are 1, 3, 6, 10, 15, 21, 28, …
The th triangular number is defined as the sum of the first positive integers: for any positive integer .
Key Formula
Where:
- = The nth triangular number
- = A positive integer representing the number of rows (or the position in the sequence)
How It Works
To find the th triangular number, plug into the formula . You can also think of it as stacking rows: row 1 has 1 dot, row 2 has 2 dots, row 3 has 3 dots, and so on. The total dot count after rows is your triangular number. A famous story attributes this shortcut to young Gauss, who noticed that pairing the first and last terms of always gives 101, and there are 50 such pairs, yielding 5050.
Worked Example
Problem: Find the 8th triangular number.
Apply the formula: Substitute n = 8 into the formula.
Simplify: Multiply 8 by 9, then divide by 2.
Answer: The 8th triangular number is 36.
Visualization
Why It Matters
Triangular numbers appear in combinatorics: equals , the number of ways to choose 2 items from objects. They also show up when counting handshakes in a group, stacking objects in pyramids, and in number theory problems involving sums and partitions.
Common Mistakes
Mistake: Using instead of .
Correction: The formula requires multiplying by the next integer before dividing by 2. For example, , not .
