This problem's question: 48988659276962496 is first sum of paired cubes that can be done five different ways. What is the sum of the positive integers that comprise those five pairs (ten positive integers altogether)?
See A011541 .
This is not a pencil-and-paper problem. It does take a small number of seconds on a 4.5GHz computer to find the pairs, which are not in the link mentioned above.
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.
Limit on cubes to be checked: 365903
Pairs found: ⎝ ⎜ ⎜ ⎜ ⎜ ⎛ 3 8 7 8 7 1 0 7 8 3 9 2 0 5 2 9 2 2 2 1 4 2 4 2 3 1 5 1 8 3 6 5 7 5 7 3 6 2 7 5 3 3 4 2 9 5 2 3 3 6 5 8 8 3 3 1 9 5 4 ⎠ ⎟ ⎟ ⎟ ⎟ ⎞
Sum: 2544864
The check for a cube being an integer is exact as failures are returned as radicals.
The program runs in about 15 milliseconds.
The two $ (dollar sign) should be replaced by backslashes. This is necessary because of errors in Brilliant's code block handling.
1 2 3 4 5 6 7 8 9 |
|
Problem Loading...
Note Loading...
Set Loading...
Python code (by no means efficient, but only takes a second or two on my computer):