Triangular number

From Citizendium, the Citizens' Compendium

Jump to: navigation, search


This article is developing and not approved.
Main Article
Talk
Related Articles  [?]
Bibliography  [?]
External Links  [?]
 
This is a draft article, under development and not meant to be cited but you can help to improve it. These unapproved articles are subject to a disclaimer.

A triangular number represents the number of circles you can arrange to a equilateral triangle.

Definition

\Delta_n = \sum_{i=1}^n i = \frac{n\cdot (n+1)}{2} = \frac{n+n^2}{2} = {n+1 \choose 2}

Properties

The triangular number is related to many other figurated numbers:

  • The sum of two consecutive triangles is a square number:
\Delta_{n-1} + \Delta_n = \frac{(n-1)\cdot n}{2} + \frac{n\cdot (n+1)}{2} = \frac{n\cdot (n-1 + n+1)}{2} = \frac{n\cdot (2n)}{2} = \frac{2n^2}{2} = n^2

Every even perfect number is a triangular number

References

    Views
    Personal tools