Given series1+(1+3)+(1+3+5)+(1+3+5+7)+…to 10 terms.The nth term of the series is the sum of first n odd numbers.So, Tn=1+3+5+⋯+(2n−1)=n2∴T1=12=1T2=22=4T3=32=9T10=102=100Thus, S10=n=1∑10n2We know that the sum of the first k squares isn=1∑kn2=6k(k+1)(2k+1)For k=10S10=610(10+1)(2×10+1)=610×11×21=62310=385∴S10=385