Embed presentation
Download to read offline








Triangular numbers are a sequence of numbers that represent the total dots or points in triangular grids. The first triangular number is 1, as it represents a single dot. Each subsequent triangular number is calculated by adding the previous number to the number of dots in the new row. For example, the second triangular number is 3, representing 1 dot in the first row and 2 dots in the second row. More formally, the nth triangular number can be calculated as n(n+1)/2, where n is the term number. This formula allows calculating any triangular number by multiplying the term number by itself, adding 1, and dividing by 2.







