Find the sum of the series s = 1 + 12(1 + 2) + 13(1 + 2 + 3) + 14(1 + 2 + 3 + 4) + .........upto 40 terms.
If we want to claculate sum of the series,first find the nth term of the given series and then get the summation of it.
nth term of the given series
Tn = ∑ni=1rn=n(n+1)2n=n+12 --------(1)
Sn = ∑ Tn = 12 ∑ (n+1).....
= 12 [∑ni=1n+∑ni=11]
= 12 [n(n+1)n+n] ------------------(2)
Substitute n=50 in equation 2
S40 = 12 [40×412+40]
=430