Triangular number
A triangular number is a number that can be arranged in the shape of an equilateral triangle. The sequence of triangular numbers (sequence A000217 in OEIS) for n = 1, 2, 3... is:|
1:
+ x3:
x x + + x x6:
x x x x x x + + + x x x10:
x x x x x x x x x x x x + + + + x x x x 15:
x x x x x x x x x x x x x x x x x x x x + + + + + x x x x x21:
x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + + + + + + x x x x x x |
Since each row is one unit longer than the previous row it can be seen that a triangular number is the sum of consecutive integers.
The formula for the nth triangular number is ýn(n+1) or (1+2+3+...+ n-2 + n-1 + n).
It is the binomial coefficient
yields the number of points that make up the simplex. For example, a tetrahedron with sides of length 2 corresponds to the number (2)(2+1)(2+2)/6, or 4. The four points forming this configuration are the vertices of the tetrahedron. (Note: A tetrahedron can be created by taking a number, getting the triangle of that number, and then adding to it all the triangles of the numbers before it, so a tetrahedron of 2 would have 2 triangled=3 plus 1 triangled=1 =4.)
One of the most famous triangular numbers is 666, also known as the Number of the Beast. Every even perfect number is triangular.
The sum of two consecutive triangular numbers is a square number. This can be shown mathematically thus: the sum of the nth and (n-1)th triangular numbers is {ýn(n+1)} + {ý(n-1)n}. This simplifies to (ýn2+ýn) + (ýn2-ýn), and thus to n2. Alternatively, it can be demonstrated diagrammatically, thus:
x + + +
x x + +
x x x +
x x x x
x + + + +
x x + + +
x x x + +
x x x x +
x x x x xIn each of the above examples, a square is formed from two interlocking triangles.
Also, the square of a triangular number n is the same as the sum of the cubes of the integers 1 to n.
Triangular numbers have all sorts of relations to other figurate numbers, as well as to centered figurate numbers. Whenever a triangular number is divisible by 3, one third of it will be a pentagonal number. Every other triangular number is a hexagonal number. A centered hexagonal number is a triangular number multiplied by 6, plus 1.
square number, polygonal number, triangular square number.
See also