Let the sum of first n terms of the given series is S=12+(12+22)+(12+22+32)+… upto n terms
Here, first term has 1 term, second term has 2 terms, third terms has 3 and so on. Therefore, nth term will have n terms
i.e., Tn=12+22+…+n2 ⇒Tn=Σn2 ⇒Tn=6n(n+1)(2n+1) ⇒Tn=6n(2n2+n+2n+1) ⇒Tn=6n(2n2+3n+1) ⇒Tn=62n3+3n2+n
Now, S=ΣTn=61Σ(2n3+3n2+n) =61[2Σn3+3Σn2+Σn] =61[2{2n(n+1)}2+63n(n+1)(2n+1)+2n(n+1)] {∵Σn=2n(n+1),Σn2=6n(n+1)(2n+1),Σn3=[2n(n+1)]} =61×2nn3=[n+2n(n+1)]2[22n(n+1)+12n+1+11] =12n(n+1)×[n2+n+2n+1+1] =12n(n+1)[n2+3n+2] =12n(n+1)(n2+2n+n+2) =12n(n+1)(n+2)(n+1) =12n(n+1)2(n+2)