0

Find the sum of the first n terms of the series $1^3+3(2)^2+3^3+3(4)^2+5^3\dots$ If (i) n is even and (ii)if n is odd? I tried regrouping and finding the sums of the cubic series and the even squared one but it's not working.Should I regroup or find the general term?

1 Answers1

1

We can write our sum as: $$ S = 1^3 +3 (2^2 +3^2 +\cdots n^2) $$ $$S =1 +3 (\sum_{i=2}^{n} i^2) $$ $$S = 1+ 3 (\sum_{i=1}^{n} i^2 -1) $$

Hope you can take it from here.