This problem was given in a math contest, and the following answers were provided
- $\sum_{k=1}^n4k^3$
- $\sum_{k=1}^n2k^3$
- $\sum_{k=1}^n6k^2$
- $\sum_{k=1}^n4k^2$
- $\sum_{k=1}^n2k^4$
- none of the above
Thanks!
EDIT: I'm sorry, the first term should be n^4.
OK so what I've considered so far is factoring down the expression to $(n^2)(n+1)^2$
From there, I'm not sure if there's a way to recognize that that's a summation or something (Similar to $n*(n+1)/2$)
