Triangular numbers are defined as “the number of dots in an equilateral triangle uniformly filled with dots”. The sequence of triangular numbers are derived from all natural numbers and zero, if the following number is always added to the previous as shown below, a triangular number will always be the outcome:
1 = 1
2 + 1 = 3
3 + (2 + 1) = 6
4 + (1 + 2 + 3) = 10
5 + (1 + 2 + 3 + 4) = 15
Moreover, triangular numbers can be seen in other mathematical theories, such as Pascal’s triangle, as shown in the diagram below. The triangular numbers are found in the third diagonal, as highlighted in red.
The first diagrams to be considered show a triangular pattern of evenly spaced dots, and the number of dots within each diagram represents a triangular number. Thereafter, the sequence was to be developed into the next three terms as shown below.
The information from the diagrams above is represented in the table below.
Term Number (n) | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Triangular Number (Tn) | 1 | 3 | 6 | 10 | 15 | 21 | 28 | 36 |
Establishing the following three terms in the sequence was done by simply drawing another horizontal row of dots to the previous equilateral and adding those dots to the previous count. However, following the method described earlier can also do this calculation, as shown in the illustration below.
T1 1 = 1
T2 2 + 1 = 3
T3 3 + (2 + 1) = 6
T4 4 + (1 + 2 + 3) = 10
T5 5 + (1 + 2 + 3 + 4) = 15
T6 6 + (1 + 2 + 3 + 4 + 5) = 21
T7 7 + (1 + 2 + 3 + 4 + 5 + 6) = 28
T8 8 + (1 + 2 + 3 + 4 + 5 + 6 + 7) = 36
As seen in the diagram above, the second difference is the same between the terms, and the sequence is therefore quadratic. This means that the equation Tn = an2 + bn + c will be used when