What is the sum of cubes of the first 10 positive integers?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There is a super fast way to solve this if you know the identity k = 1 ∑ n k 3 = ( T n ) 2 where T n is the n th triangular number. Substitute n = 1 0 . k = 1 ∑ 1 0 k 3 = ( T 1 0 ) 2 = 5 5 2 = 3 0 2 5