Cubed triangle

28 28 and 10 10 are triangle numbers. When we multiply their sum and difference, we get 38 × 18 = 684. 38 \times 18 = 684. Remarkably, this is also the sum of three consecutive cubes: 684 = 125 + 216 + 343 684 = 125 + 216 + 343 .

Now it is your turn. 91 91 and 45 45 are triangle numbers. Can the product of their sum and difference, 136 × 46 136 \times 46 , be written as the sum of consecutive cubes? What is the minimum number of cubes that should be added together?

Bonus : Generalize this.

It is not the sum of cubes. Sum of two consecutive cubes. Sum of four consecutive cubes. Sum of three consecutive cubes.

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.

5 solutions

Arjen Vreugdenhil
Jan 14, 2019

136 × 46 = 6256 = 1 0 3 + 1 1 3 + 1 2 3 + 1 3 3 136 \times 46 = 6256 = 10^3 + 11^3 + 12^3 + 13^3 is the sum of four \boxed{\text{four}} consecutive cubes.


This problem was inspired by the fact that the sum of the first n n consecutive cubes equals the square of the n n th triangle number. C n = 1 3 + 2 3 + + n 3 = ( 1 + 2 + + n ) 2 = T n 2 , C_n = 1^3 + 2^3 + \cdots + n^3 = (1 + 2 + \cdots + n)^2 = T_n^2, If m < n m < n we also have C n C m = T n 2 T m 2 = ( T n + T m ) ( T n T m ) . 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, 28 28 and 10 10 are the 7th and 4th triangle numbers. Thus we have ( 28 + 10 ) ( 28 10 ) = 2 8 2 1 0 2 = ( 1 3 + + 7 3 ) ( 1 3 + + 4 3 ) = 7 3 + 6 3 + 5 3 . (28+10)(28-10) = 28^2 - 10^2 = (1^3 + \cdots + 7^3) - (1^3 + \cdots + 4^3) = 7^3 + 6^3 + 5^3. Likewise, 91 91 and 45 45 are the 13th and 9th triangle numbers, so that ( 91 + 45 ) ( 91 45 ) = 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 . (91+45)(91-45) = 91^2 - 45^2 = (1^3 + \cdots + 13^3) - (1^3 + \cdots + 9^3) = 13^3 + 12^3 + 11^3 + 10^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 = 7497 = 119 × 63 = ( 91 + 28 ) ( 91 28 ) . 8^3 + 9^3 + 10^3 + 11^3 + 12^3 + 13^3 = 7497 = 119 \times 63 = (91 + 28)(91 - 28).

Does this demonstrate that 4 is the minimum number of consecutive cubes required?

Malcolm Rich - 2 years, 4 months ago

No, but it isn't hard to show.

  • If 6256 were the cube, then 6256 / 8 = 782 6256/8 = 782 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 ) . (a-1)^3 + a^3 + (a+1)^3 = 3a^3 + 6a = 3a(a^2 + 2).

Arjen Vreugdenhil - 2 years, 4 months ago

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.

Malcolm Rich - 2 years, 4 months ago

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 ) (m,n) : X n , m : = ( T n + T m ) ( T n T m ) = ( m + 1 ) 3 + ( m + 2 ) 3 + + ( n 1 ) 3 + n 3 , X_{n,m} := (T_n+T_m)(T_n-T_m) = (m+1)^3 + (m+2)^3 + \cdots + (n-1)^3 + n^3, but it might just be possible that two different pairs ( m , n ) , ( m , n ) (m,n), (m',n') give the same X n , m = X n , m X_{n,m} = X_{n',m'} . I don't expect this to be true, but it needs proving!

Arjen Vreugdenhil - 2 years, 4 months ago
Chew-Seong Cheong
Jan 15, 2019

The n n th triangular number is given by T n = k = 1 n k = n ( n + 1 ) 2 \displaystyle T_n = \sum_{k=1}^n k = \frac {n(n+1)}2 . Consider the following product:

P ( m , n ) = ( T n + T m ) ( T n T m ) where n > m . = T n 2 T m 2 = ( n ( n + 1 ) 2 ) 2 ( m ( m + 1 ) 2 ) 2 Note that k = 1 n k 3 = ( n ( n + 1 ) 2 ) 2 = k = 1 n k 3 k = 1 m k 3 = k = m + 1 n k 3 The sum of n m consecutive cubes. \begin{aligned} P(m,n) & = (T_n + T_m)(T_n - T_m) & \small \color{#3D99F6} \text{where }n > m. \\ & = T_n^2 - T_m^2 \\ & = \left(\frac {n(n+1)}2\right)^2 - \left(\frac {m(m+1)}2\right)^2 & \small \color{#3D99F6} \text{Note that }\sum_{k=1}^n k^3 = \left(\frac {n(n+1)}2\right)^2 \\ & = \sum_{k=1}^n k^3 - \sum_{k=1}^m k^3 \\ & = \sum_{k=m+1}^n k^3 & \small \color{#3D99F6} \text{The sum of }n-m \text{ consecutive cubes.} \end{aligned}

This means that P ( m , n ) P(m,n) is the sum of n m n-m consecutive cubes. SInce we can find n n of T n T_n from n = 2 T n n = \left \lfloor \sqrt {2T_n} \right \rfloor , where \lfloor \cdot \rfloor denotes the floor function , then ( 91 + 45 ) ( 91 45 ) (91+ 45)(91-45) is equal to the sum of 2 × 91 2 × 45 = 13 9 = 4 \left \lfloor \sqrt {2\times 91} \right \rfloor - \left \lfloor \sqrt {2\times 45} \right \rfloor = 13-9 = \boxed 4 consecutive cubes.

Spriha Basir
Jan 29, 2019

I have done it using my scientific calculator

Malcolm Rich
Jan 19, 2019

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.

Edwin Gray
Jan 16, 2019

!0^3 + 11^3 +12^3 + 13^3 = 6256. Ed Gray

1 pending report

Vote up reports you agree with

×

Problem Loading...

Note Loading...

Set Loading...