Find the sum of the series using sigma notation and summation formulas:
∑k=1nk(k+1)
Expand the general term:
k(k+1)=k2+k
Apply sigma notation linearity:
∑k=1nk(k+1)=∑k=1nk2+∑k=1nk
Use the standard summation formulas:
∑k=1nk=2n(n+1)
∑k=1nk2=6n(n+1)(2n+1)
Substitute:
∑k=1nk(k+1)=6n(n+1)(2n+1)+2n(n+1)
Factor out 6n(n+1):
=6n(n+1)[(2n+1)+3]
=6n(n+1)(2n+4)
=6n(n+1)⋅2(n+2)
k=1∑nk(k+1)=3n(n+1)(n+2)
| Formula | Expression |
|---|
| Sum of first n natural numbers | k=1∑nk=2n(n+1) |
| Sum of squares of first n natural numbers | k=1∑nk2=6n(n+1)(2n+1) |
Direct: 1(2)+2(3)+3(4)=2+6+12=20
Formula: 33⋅4⋅5=360=20 ✓