Find sum of
1.2².3+2.3²4+3.4².5+……………… Up to n=10
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The formula for Ten is n(n+1)²(n+2) Then split n+1 to n+3-2 applying Vn method
Tn= n(n+1)(n+2)(n+3)-2n(n+1)(n+2)
Vn=n(n+1)(n+2)(n+3)(n+4)-2n(n+1)(n+2)(n+3)
So Apply vn method to get sum formula and then put n=10 in it