Originally posted by Mephisto2I was wondering if someone smarter than me can explain how they got an answer.
- 25 005 000
edit: but of course, it is not real 😀
All i have is;
If I split the entire series into two parts
(1*2*3+3*4*5+.........)-(2^3+4^3+.......)
The first part can be written as Summation[n(n+1)(n+2)]
Summation (n^3 + 3(n^2) + 2n)
For the second part take 2^3 common
2^3(1+2^3 + 3^3......)
2^3 Summation(n^3)