I need to get the sum of the next series:
$\sum_n^m(n*(\sum_n^mn)) \Rightarrow [n,m]\in \Bbb{N}$
So i am not able to make it explicit. But i can't combine the $\sum_n^m = \frac{n(n+m)}{2}$ formula inside of the sum. I need to get an explicit formula for calculations.
So if someone knows a method to get it, or can help me to get the formula i would happy.
PS.: The formula need to give back
$\sum_2^5(n*(\sum_n^5n)) = 2*(2+3+4+5)+3*(3+4+5)+4*(4+5)+5^2 = 188$