Euler's sum of powers conjecture: Difference between revisions

changing formatting in the intro
(changing formatting in the intro)
Line 3:
There is a conjecture in mathematics that held for over two hundred years before it was disproved by the finding of a counterexample in 1966 by [http://www.ams.org/journals/mcom/1967-21-097/S0025-5718-1967-0220669-3/S0025-5718-1967-0220669-3.pdf Lander and Parkin].
 
This conjecture is called [[wp:Euler's sum of powers conjecture|Euler's sum of powers conjecture]] and can be stated as such:
 
:<big>At least k positive k<sup>th</sup> powers are required to sum to a k<sup>th</sup> power, except for the trivial case of one k<sup>th</sup> power: y<sup>k</sup> = y<sup>k</sup> </big>.
;Euler's (disproved) sum of powers &nbsp; [[wp:Euler's sum of powers conjecture|conjecture]]:
<big>At least k positive k<sup>th</sup> powers are required to sum to a k<sup>th</sup> power,
except for the trivial case of one k<sup>th</sup> power: y<sup>k</sup> = y<sup>k</sup> </big>
 
In 1966, &nbsp; Leon J. Lander &nbsp; and &nbsp; Thomas R. Parkin &nbsp; used a brute-force search on a &nbsp; [[wp:CDC_6600|CDC 6600]] &nbsp; computer restricting numbers to those less than 250.
 
The task consists in writing a program to search for an integer solution of <math>x_0^5 + x_1^5 + x_2^5 + x_3^5 = y^5</math> where all <math>x_i</math> and <math>y</math> are distinct integers between 0 and 250 (exclusive). Show an answer here.
In 1966, &nbsp; Leon J. Lander &nbsp; and &nbsp; Thomas R. Parkin &nbsp; used a brute-force search on a &nbsp; [[wp:CDC_6600|CDC 6600]] &nbsp; computer restricting numbers to those less than 250.
 
;Related tasks are:
* &nbsp; [[Pythagorean quadruples]].
* &nbsp; [[Pythagorean triples]].
 
;Task:
Write a program to search for an integer solution for:
<big><big>
: <code> x<sub>0</sub><sup>5</sup> + x<sub>1</sub><sup>5</sup> + x<sub>2</sub><sup>5</sup> + x<sub>3</sub><sup>5</sup> == y<sup>5</sup> </code>
</big></big>
Where all &nbsp; <big><big> <code> x<sub>i</sub></code></big></big>'s &nbsp; and &nbsp; <big><big><code> y </code></big></big> &nbsp; are distinct integers between &nbsp; '''0''' &nbsp; and &nbsp; '''250''' &nbsp; (exclusive).
 
Show an answer here.
 
 
;Related tasks:
* &nbsp; [[Pythagorean quadruples]].
* &nbsp; [[Pythagorean triples]].
<br><br>
 
=={{header|11l}}==
1,934

edits