2 8 and 1 0 are triangle numbers. When we multiply their sum and difference, we get 3 8 × 1 8 = 6 8 4 . Remarkably, this is also the sum of three consecutive cubes: 6 8 4 = 1 2 5 + 2 1 6 + 3 4 3 .
Now it is your turn. 9 1 and 4 5 are triangle numbers. Can the product of their sum and difference, 1 3 6 × 4 6 , be written as the sum of consecutive cubes? What is the minimum number of cubes that should be added together?
Bonus : Generalize this.
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.
Does this demonstrate that 4 is the minimum number of consecutive cubes required?
No, but it isn't hard to show.
If 6256 were the cube, then 6 2 5 6 / 8 = 7 8 2 should also be a cube. However, 782 is even and not a multiple of 8, therefore not a cube.
The sum of two consecutive cubes is always odd; but 6256 is not odd.
The sum of three consecutive cubes is always a multiple of three; but 6256 is not a multiple of three. ( a − 1 ) 3 + a 3 + ( a + 1 ) 3 = 3 a 3 + 6 a = 3 a ( a 2 + 2 ) .
Turning to the general case, can it always be argued that the product of the sum and difference of two triangular numbers, T(n) and T(m), can be expressed as a unique sum of consecutive cubes.
Or conversely, can a number that is equal to the sum of consecutive cubes be expressed as a different sum of consecutive cubes.
Yes, that is what my proof shows.
The only thing that needs proving is uniqueness. There is a one-to-one correspondence for every given pair ( m , n ) : X n , m : = ( T n + T m ) ( T n − T m ) = ( m + 1 ) 3 + ( m + 2 ) 3 + ⋯ + ( n − 1 ) 3 + n 3 , but it might just be possible that two different pairs ( m , n ) , ( m ′ , n ′ ) give the same X n , m = X n ′ , m ′ . I don't expect this to be true, but it needs proving!
The n th triangular number is given by T n = k = 1 ∑ n k = 2 n ( n + 1 ) . Consider the following product:
P ( m , n ) = ( T n + T m ) ( T n − T m ) = T n 2 − T m 2 = ( 2 n ( n + 1 ) ) 2 − ( 2 m ( m + 1 ) ) 2 = k = 1 ∑ n k 3 − k = 1 ∑ m k 3 = k = m + 1 ∑ n k 3 where n > m . Note that k = 1 ∑ n k 3 = ( 2 n ( n + 1 ) ) 2 The sum of n − m consecutive cubes.
This means that P ( m , n ) is the sum of n − m consecutive cubes. SInce we can find n of T n from n = ⌊ 2 T n ⌋ , where ⌊ ⋅ ⌋ denotes the floor function , then ( 9 1 + 4 5 ) ( 9 1 − 4 5 ) is equal to the sum of ⌊ 2 × 9 1 ⌋ − ⌊ 2 × 4 5 ⌋ = 1 3 − 9 = 4 consecutive cubes.
I have done it using my scientific calculator
It can be observed that the sum of two consecutive triangular numbers T(n-1) and T(n) is n-squared while the difference is n. The product is therefore n-cubed.
Now express the product of the sum and difference of any two numbers is equal to the difference of their squares. (A+B)(A-B) = A^2-B^2. It's a relatively simple step now to express the product of the sum and difference of any two triangular numbers as the total of the product-sum-difference of the each consecutive triangular numbers in between. These are the consecutive cubes we require.
!0^3 + 11^3 +12^3 + 13^3 = 6256. Ed Gray
Problem Loading...
Note Loading...
Set Loading...
1 3 6 × 4 6 = 6 2 5 6 = 1 0 3 + 1 1 3 + 1 2 3 + 1 3 3 is the sum of four consecutive cubes.
This problem was inspired by the fact that the sum of the first n consecutive cubes equals the square of the n th triangle number. C n = 1 3 + 2 3 + ⋯ + n 3 = ( 1 + 2 + ⋯ + n ) 2 = T n 2 , If m < n we also have C n − C m = T n 2 − T m 2 = ( T n + T m ) ( T n − T m ) . This shows that any sum of consecutive cubes can be written as the product of the sum and the difference of two triangle numbers.
For instance, 2 8 and 1 0 are the 7th and 4th triangle numbers. Thus we have ( 2 8 + 1 0 ) ( 2 8 − 1 0 ) = 2 8 2 − 1 0 2 = ( 1 3 + ⋯ + 7 3 ) − ( 1 3 + ⋯ + 4 3 ) = 7 3 + 6 3 + 5 3 . Likewise, 9 1 and 4 5 are the 13th and 9th triangle numbers, so that ( 9 1 + 4 5 ) ( 9 1 − 4 5 ) = 9 1 2 − 4 5 2 = ( 1 3 + ⋯ + 1 3 3 ) − ( 1 3 + ⋯ + 9 3 ) = 1 3 3 + 1 2 3 + 1 1 3 + 1 0 3 . The quick way to answer the question is therefore to observe that the difference between 13 and 9 is equal to 4.
Conversely, we now have a non-trivial factoring for any sum of consecutive cubes. E.g. 8 3 + 9 3 + 1 0 3 + 1 1 3 + 1 2 3 + 1 3 3 = 7 4 9 7 = 1 1 9 × 6 3 = ( 9 1 + 2 8 ) ( 9 1 − 2 8 ) .