Find the sum to n terms of the series 5+11+19+29+41+...
Step 1: Defining the problem :
The general form of the given series is,
tn=n+(n+1)2=n2+3n+1
Where, tn is the nth term.
Step 2: Summation using ∑
Let Sn be the sum of the series
⇒Sn=∑n2+3n+1⇒Sn=∑n2+3∑n+∑1⇒Sn=n(n+1)(2n+1)6+3n(n+1)2+n⇒Sn=n(2n2+2n+n+1+9n+9+6)6⇒Sn=n(2n2+12n+16)6⇒Sn=n(n2+6n+8)3⇒Sn=n(n+4)(n+2)3
Therefore, 5+11+19+29+41+... up to n is n(n+4)(n+2)3