All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Sum of Cubes (Posted on 2004-05-25) Difficulty: 3 of 5
Prove that the sum of consecutive perfect cubes (starting with 1) is always a perfect square.

For example:
1=1
1+8=9
1+8+27=36

See The Solution Submitted by Gamer    
Rating: 3.4000 (5 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Puzzle Solution: Formal Method Comment 12 of 12 |
We observe that:
Sum( i^4-(i-1)^4 ) = 1^4-0^4+2^4-1^4+....+(n-1)^4-(n-2)^4+n^4-(n-1)^4
i= 1 to n
= n^4
Also,:
Sum (i^4-(i-1)^4)
i=1 to n
=4*S(3)-6*S(2)+4*S(1)-n, where:
Sum (i^n) = S (n)
i=1 to n
Therefore, we must have:
n^4=4*S(3)-6*S(2)+4*S(1)-n
=> 4S(3)
 = n^4+n(n+1)(2n+1)-2n(n+1)+n
= n^4+n+n(n+1)(2n+1)-2n(n+1)
=n(n+1)(n^2-n+1+2n+1-2)
=n(n+1)(n^2+n)
= n^2*(n+1)^2
Accordingly,  
S(3) = (n(n+1)/2)^2
Therefore,  
Sum (i^3) ={n(n+1)/2}^2
i=1 to n
Consequently,  the sum of consecutive  perfect cubes is a perfect square.


Edited on January 6, 2022, 1:54 am
  Posted by K Sengupta on 2022-01-06 01:49:28

Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information