Difference between revisions of "T(n+1)=T(n)+n+1"

From specialfunctionswiki
Jump to: navigation, search
(Created page with "==Theorem== The following formula holds: $$T(n+1) = T(n)+n+1,$$ where $T(n)$ denotes the $n$th triangular number. ==Proof== ==References== * {{PaperR...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Theorem==
 
==Theorem==
The following formula holds:
+
The following formula holds for $n=1,2,3,\ldots$:
 
$$T(n+1) = T(n)+n+1,$$
 
$$T(n+1) = T(n)+n+1,$$
 
where $T(n)$ denotes the $n$th [[triangular numbers|triangular number]].  
 
where $T(n)$ denotes the $n$th [[triangular numbers|triangular number]].  
Line 7: Line 7:
  
 
==References==
 
==References==
* {{PaperReference|Triangular numbers|1974|V.E. Hoggatt, Jr|author2=Marjorie Bicknell|prev=T(n)=n(n+1)/2|next=findme}}
+
* {{PaperReference|Triangular numbers|1974|V.E. Hoggatt, Jr|author2=Marjorie Bicknell|prev=T(n)=n(n+1)/2|next=n^2=T(n)+T(n-1)}} $(1.2)$
  
 
[[Category:Theorem]]
 
[[Category:Theorem]]
 
[[Category:Unproven]]
 
[[Category:Unproven]]

Latest revision as of 01:28, 30 May 2017

Theorem

The following formula holds for $n=1,2,3,\ldots$: $$T(n+1) = T(n)+n+1,$$ where $T(n)$ denotes the $n$th triangular number.

Proof

References