To find the sum of the given series up to 10 terms:
S10=1+21(12+22)+31(12+22+32)+… upto 10 terms
Let Tn denote the n-th term of the series. The general term Tn is given by:
Tn=n1∑k=1nk2
Using the formula for the sum of squares of the first n natural numbers, ∑k=1nk2=6n(n+1)(2n+1), we substitute this into the expression for Tn:
Tn=n1⋅6n(n+1)(2n+1)=6(n+1)(2n+1)=62n2+3n+1
The sum of the first 10 terms, S10, is:
S10=∑n=110Tn=∑n=11062n2+3n+1=61[2∑n=110n2+3∑n=110n+∑n=1101]
Now, we evaluate each of the summations for n=10:
- ∑n=1101=10
- ∑n=110n=210×(10+1)=55
- ∑n=110n2=610×(10+1)×(2⋅10+1)=610×11×21=385
Substituting these values back into the expression for S10:
S10=61[2(385)+3(55)+10]
S10=61[770+165+10]
S10=6945=2315
Thus, the sum of the series up to 10 terms is 2315.