Find the sum to n terms
1×2×3+2×3×4+3×4×5+……
The given series in 1×2×3+2×3×4+3×4×5+… to n terms. Let an be the nth term of the given series and Sn be the sum of 'n' terms of given series.
∴an= [nth term of 1, 2, 3, ....] [nth term of 2, 3, 4, ....] [nth term of 3, 4, 5, ...]
=[1+(n−1)×1][2+(n−1)×1][3+(n−1)×1] =n[n+1][n+2] =n3+3n2+2n
∴Sn=∑nk=1ak=∑nk=1(k3+3k2+2k)
=[13+3.12+2.1]+[23+3.22+2.2]+……+[n3+3n2+2n]
=[13+23+……+n3]+3[12+22+……+n2]+2[1+2+……+n]
=[n(n+1)2]2+3n(n+1)(2n+1)6+22n(n+1)2
=n2(n+1)24+n(n+1)(2n+1)2+n(n+1)
=n(n+1)[n(n+1)4+(2n+1)2+1]
=n(n+1)[n2+n+4n+2+44] =n(n+1)(n2+5n+6)4 =14n(n+1)(n+2)(n+3).