Difference between revisions of "Triangular numbers"
From specialfunctionswiki
Line 16: | Line 16: | ||
=References= | =References= | ||
− | * {{PaperReference|Triangular numbers|1974|V.E. Hoggatt, Jr|author2=Marjorie Bicknell|next=T(n) | + | * {{PaperReference|Triangular numbers|1974|V.E. Hoggatt, Jr|author2=Marjorie Bicknell|next=T(n)=n(n+1)/2}} |
{{:Polygonal numbers footer}} | {{:Polygonal numbers footer}} | ||
[[Category:SpecialFunction]] | [[Category:SpecialFunction]] |
Revision as of 01:18, 30 May 2017
The triangular numbers $T(n)$ are defined by the formula $$T(n)=\displaystyle\sum_{k=1}^n k.$$ They represent the number of ways to draw an equilateral triangle as in the image below.
Properties
T(n) equals n(n+1)/2
T(n+1)=T(n)+n+1
n^2=T(n)+T(n-1)
T(n)^2=T(T(n))+T(T(n-1))