All topics

s2.2.6

Triangular, Pentagonal, etc... Numbers

1,000 questions

Polygonal numbers represent the number of dots that can be arranged in the shape of a regular polygon. The formula for the nth M-gonal number is Mn=n[(M2)n(M4)]2M_n = \frac{n[(M-2)n - (M-4)]}{2}.

Key formulas to know:

  • Triangular Numbers (TnT_n): n(n+1)2\frac{n(n+1)}{2}
  • Square Numbers (SnS_n): n2n^2
  • Pentagonal Numbers (PnP_n): n(3n1)2\frac{n(3n-1)}{2}
  • Hexagonal Numbers (HnH_n): n(4n2)2\frac{n(4n-2)}{2}

Also useful: The sum of two consecutive triangular numbers, Tn1+TnT_{n-1} + T_n, is a square number, n2n^2.

Practise this