Find the sum of the series whose nth term is n(n+1)(n+2), i.e., evaluate:
Sn=∑r=1nr(r+1)(r+2)
Expand the general term:
Tr=r(r+1)(r+2)=r3+3r2+2r
Therefore:
Sn=∑r=1nTr=∑r=1nr3+3∑r=1nr2+2∑r=1nr
Apply the standard summation formulas:
| Formula | Expression |
|---|
| r=1∑nr | 2n(n+1) |
| r=1∑nr2 | 6n(n+1)(2n+1) |
| r=1∑nr3 | [2n(n+1)]2 |
Substituting:
Sn=[2n(n+1)]2+3⋅6n(n+1)(2n+1)+2⋅2n(n+1)
Sn=4n2(n+1)2+2n(n+1)(2n+1)+n(n+1)
Factor out 4n(n+1):
Sn=4n(n+1)[n(n+1)+2(2n+1)+4]
Sn=4n(n+1)[n2+n+4n+2+4]
Sn=4n(n+1)[n2+5n+6]
Sn=4n(n+1)(n+2)(n+3)
r=1∑nr(r+1)(r+2)=4n(n+1)(n+2)(n+3)
T1=1⋅2⋅3=6,T2=2⋅3⋅4=24,T3=3⋅4⋅5=60
S3=6+24+60=90
Using the formula:
S3=43⋅4⋅5⋅6=4360=90✓