FOUR_FIFTHS
Seek Four Fifth Powers that Sum to a Fifth Power


FOUR_FIFTHS, a Python library which searches for a solution to the problem of finding four fifth powers that sum to a fifth power, that is, integers a, b, c, d and e such that a^5+b^5+c^5+d^5=e^5. Euler conjectured that no solution was possible. The code is by Brian Hayes.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

FOUR_FIFTHS is available in a Python version.

Related Data and Programs:

SUBSET, a Python library which enumerates, generates, randomizes, ranks and unranks combinatorial objects including combinations, compositions, Gray codes, index sets, partitions, permutations, polynomials, subsets, and Young tables. Backtracking routines are included to solve some combinatorial problems.

Reference:

Brian Hayes

Reference:

  1. Brian Hayes,
    Four Fifths = A Fifth,
    http://bit-player.org/2014/four-fifths-a-fifth,
    posted 03 December 2014.
  2. L J Lander, T R Parkin,
    Counterexample to Euler's conjecture on sums of like powers,
    Bulletin of the American Mathematical Society,
    Volume 72, Number 6, page 1079, November 1966.

Source Code:

Examples and Tests:

You can go up one level to the Python source codes.


Last revised on 20 December 2014.