Given series is 3+15+35+63+ ....
Here, the difference between the successive terms are 15-3=12, 35-15=20, 63-35=28, clearly these difference are in AP.
So, we use the difference method to find its nth term.
Let Tn be the nth term and Sn denotes the sum to n terms of the given series.
Then, Sn=3+15+35+63+...+an−1+an ...(i)
Also, Sn=3+15+35+...+an−2+an−1+an ...(ii)
On subtracting Eq. (ii) from Eq. (i), we get
0=3+(12+20+28+...+an−an−1−an)
⇒an=3+n−12[2×12+(n−1−1)8]
=3+n−12(24+8n−16)
=3+(n−1)(4n+4)=4n2−1
∴Sn=∑an=∑(4n2−1)=4∑n2−∑1=4n(n+1)(2n+1)6−n
=4n(n+1)(2n+1)−6n6=n6[4(n+1)(2n+1)−6]
=n3[2(2n2+3n+1)−3]
=n3(4n2+6n−1)