PROGRESSION

S = 1.3.4 + 4.5.5 + 7.7.6 + 10.9.7 + ..............

Find sum to n terms ??? (In terms of n)

I have a method but want some time saving one

So post ur methods

1 Answers

29
govind ·

The general term is ..

(3n-2)(2n+1)(n+3)

Now we have to apply that general method..splitting the terms n3 ,n2 .... and then do the summation..

Your Answer

Close [X]