find the sum of all possible value of such that is positive integer.
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.
[not complete solution]
n 3 + ( ( n − 1 ) ( n − 2 ) ) 3 = m 3 the possible value of n is n = 0 or ( n − 1 ) ( n − 2 ) = 0 and we done.