The Counterexample to Euler’s Conjecture on Sums of Like Powers

A Simple Question

The Mathematicians Behind the Story

Before diving into the mathematics, let’s meet the key players across three centuries:

Pierre de Fermat (1607-1665): French lawyer and amateur mathematician who famously claimed to have proved that $a^n + b^n = c^n$ has no integer solutions for $n > 2$, writing in a margin that he had “a truly marvelous proof” that was “too large to fit.” His claim went unproven for 358 years, becoming the most famous unsolved problem in mathematics.

Leonhard Euler (1707-1783): Swiss mathematician and physicist, arguably the most prolific mathematician in history, who made fundamental contributions to almost every area of mathematics. Working primarily in St. Petersburg and Berlin, Euler published over 800 papers and books, introducing much of modern mathematical notation and proposing the conjecture that would bear his name for two centuries.

Andrew Wiles (1953- ): British mathematician who proved Fermat’s Last Theorem in 1995 after seven years of secretive work, using sophisticated techniques from elliptic curves and modular forms. His proof, one of the most celebrated mathematical achievements of the 20th century, finally closed the door on Fermat’s 358-year-old claim.

L.J. Lander & T.R. Parkin (1960s): American mathematicians who, using the CDC 6600 supercomputer, discovered the first counterexample to Euler’s conjecture in 1966, publishing their result in what may be the shortest research paper in mathematical history - just two sentences that demolished nearly two centuries of belief.

Noam Elkies (1966- ): American mathematician at Harvard University who, at age 22, became the youngest full professor in Harvard’s history. In 1988, Elkies revolutionized the study of Diophantine equations by constructing an infinite family of counterexamples to Euler’s conjecture using elliptic curves, transforming a discrete arithmetic problem into elegant geometry.


A Simple Question

Let’s start with something that seems almost trivial:

Can three perfect squares add up to another perfect square?

Easy. The most famous example:

$$3^2 + 4^2 = 5^2$$

Or:

$$9 + 16 = 25$$

These are Pythagorean triples, and there are infinitely many of them. Humanity has known about them for over 2,000 years.

Now, let’s make it slightly harder:

Can three perfect cubes add up to another perfect cube?

Worth trying. Pick some numbers. Calculate some cubes.

$$1^3 + 2^3 = 9 \quad \text{(not a cube)}$$

$$2^3 + 3^3 = 35 \quad \text{(not a cube)}$$

$$1^3 + 6^3 = 217 \quad \text{(not a cube)}$$

Frustrating, isn’t it?

Here’s the kicker: No one has ever found three cubes that sum to a cube. Not in 2,000+ years of trying.

In fact, we now know (thanks to Andrew Wiles’ 1995 proof of Fermat’s Last Theorem) that it’s impossible. No matter how long you search, you’ll never find:

$$a^3 + b^3 = c^3$$

where $a$, $b$, and $c$ are positive whole numbers.

The Lure of Impossibility

Mathematics is filled with questions that sound simple but turn out to be extraordinarily deep. Some remain unsolved for centuries. Let me give you a taste:

The Goldbach Conjecture (1742 - Unsolved)

Every even number greater than 2 is the sum of two prime numbers.

Try it:

  • $4 = 2 + 2$ ✓
  • $6 = 3 + 3$ ✓
  • $8 = 3 + 5$ ✓
  • $100 = 47 + 53$ ✓
  • $1000 = 29 + 971$ ✓

Seems obvious, right? Verified for all even numbers up to $4 \times 10^{18}$. Still unproven after 283 years.

The Collatz Conjecture (1937 - Unsolved)

Pick any positive integer. If it’s even, divide by 2. If it’s odd, multiply by 3 and add 1. Repeat.

The conjecture: You’ll always eventually reach 1.

Try starting with 7: $$7 \to 22 \to 11 \to 34 \to 17 \to 52 \to 26 \to 13 \to 40 \to 20 \to 10 \to 5 \to 16 \to 8 \to 4 \to 2 \to 1$$

It works! Try any number. It always seems to work. Tested for numbers up to $2^{68}$. Still unproven after 88 years.

Paul Erdős said about the Collatz conjecture: “Mathematics may not be ready for such problems.”

The Twin Prime Conjecture (Ancient - Unsolved)

There are infinitely many pairs of primes that differ by 2.

Examples: $(3,5)$, $(5,7)$, $(11,13)$, $(17,19)$, $(29,31)$…

Largest known twin primes: $2{,}996{,}863{,}034{,}895 \times 2^{1{,}290{,}000} \pm 1$ (388,342 digits each!)

Still unproven whether there are infinitely many.

The Pattern: Simple to State, Hard to Prove

Notice a pattern? These conjectures share something profound:

  1. A child could understand the question
  2. A computer can verify millions of cases
  3. The world’s greatest mathematicians can’t prove them

This is the intoxicating beauty of mathematics. The simplest-sounding questions can hide the deepest mysteries.

Today, we’ll explore one such mystery - but with a twist. This one seemed obviously true for 197 years, resisted the efforts of mathematical giants, and then… fell apart in two sentences.

What Euler Thought He Knew

In 1769, Leonhard Euler - arguably the greatest mathematician who ever lived - looked at the pattern we started with and made what seemed like a reasonable guess.

He knew:

  • Two squares can sum to a square: $3^2 + 4^2 = 5^2$
  • Two cubes cannot sum to a cube: $a^3 + b^3 = c^3$ has no solutions
  • Three cubes can sum to a cube: $3^3 + 4^3 + 5^3 = 6^3$

He saw a pattern forming. And he made a bold conjecture.

The Conjecture

Euler’s Big Idea: To make an nth power by adding up other nth powers, one needs at least n terms.

Let’s unpack that:

For squares (power of 2):

  • Need at least 2 squares to make a square
  • $3^2 + 4^2 = 5^2$ ✓ (uses 2 terms)

For cubes (power of 3):

  • Need at least 3 cubes to make a cube
  • $3^3 + 4^3 + 5^3 = 6^3$ ✓ (uses 3 terms)
  • $1^3 + 6^3 + 8^3 = 9^3$ ✓ (uses 3 terms)

For fourth powers:

  • Need at least 4 fourth powers to make a fourth power
  • Haven’t found one yet, but Euler believed you’d need 4 terms minimum

For fifth powers:

  • Need at least 5 fifth powers to make a fifth power
  • Same - no examples known, but should need 5 terms minimum

Seems reasonable, right? There’s a beautiful symmetry to it. It’s the kind of pattern that makes mathematicians excited.

The formal statement: If you can write

$$a_1^k + a_2^k + a_3^k + \cdots = b^k$$

where all the letters are positive whole numbers and $k > 2$, then you need at least $k$ terms on the left side.

Euler proposed this in 1769. For nearly two centuries, it seemed obviously correct. Mathematicians checked countless examples. No counterexamples appeared.

And then, in 1966…

The Shortest Research Paper Ever Written

In 1966, two mathematicians named L.J. Lander and T.R. Parkin published a paper in the Bulletin of the American Mathematical Society.

The entire paper - and I mean the entire paper - consisted of two sentences:

“A direct search on the CDC 6600 yielded $$27^5 + 84^5 + 110^5 + 133^5 = 144^5$$ as the smallest instance in which four fifth powers sum to a fifth power. This is a counterexample to a conjecture by Euler that at least $n$ $n$-th powers are required to sum to an $n$-th power, $n>2$.”

That’s it. Two sentences. One equation. 197 years of mathematical belief… demolished.

Wait, Let’s Check That

The natural instinct: “Really? Let’s verify that ourselves.”

Good thinking! Here are the calculations:

$$27^5 = 14{,}348{,}907$$ $$84^5 = 4{,}182{,}119{,}424$$ $$110^5 = 16{,}105{,}100{,}000$$ $$133^5 = 41{,}615{,}795{,}893$$

Add them up:

$$14{,}348{,}907 + 4{,}182{,}119{,}424 + 16{,}105{,}100{,}000 + 41{,}615{,}795{,}893 = 61{,}917{,}364{,}224$$

And on the right side:

$$144^5 = 144 \times 144 \times 144 \times 144 \times 144 = 61{,}917{,}364{,}224$$

They match!

Euler said you’d need 5 fifth powers to make a fifth power. But here are only 4 fifth powers that do exactly that.

Euler was wrong.

But How Did They Find This?

Here’s where it gets interesting. In 1966, computers were rare, enormous, and expensive. The CDC 6600 (Control Data Corporation 6600) was:

  • The fastest supercomputer in the world (1964-1969)
  • Capable of 3 million calculations per second (your phone does billions)
  • Cost: $7-10 million (about $80 million today)
  • Size: Filled multiple rooms, needed special cooling

For context: A modern smartphone is roughly 1,000 times faster than this revolutionary machine.

Lander and Parkin programmed this behemoth to systematically check combinations of fifth powers. The search space was enormous, but the computer could explore it in ways humans never could.

After checking millions (or billions) of combinations, it found: $27^5 + 84^5 + 110^5 + 133^5 = 144^5$

And this was the smallest such example!

The Elegant Simplicity of Disproof

Here’s something beautiful about mathematics: To disprove a claim that says “always,” you only need one counterexample.

Euler claimed: “You always need at least $k$ terms to make a $k$-th power.”

Lander and Parkin showed: “Here’s one case where you don’t.”

Case closed. Conjecture disproved.

No matter how famous Euler was. No matter how reasonable the conjecture seemed. No matter how many mathematicians believed it. One counterexample ends the debate.

This is the brutally honest beauty of mathematics: Truth doesn’t care about authority or intuition.

Can Fourth Powers Work?

Now here’s where it gets fun. After finding a counterexample for $k=5$ (fifth powers), the obvious next question was:

What about $k=4$ (fourth powers)?

The challenge: find four fourth powers that sum to a fourth power.

$$a^4 + b^4 + c^4 = d^4$$

Pick some numbers. Calculate some fourth powers. See if any combination works.

.

.

.

Finding it hard? Everyone else did too - for 22 years after Lander and Parkin’s discovery!

The Plot Thickens

Between 1966 and 1988, mathematicians searched for a fourth-power counterexample. They used increasingly powerful computers. They checked millions of combinations.

Nothing.

Some began to wonder: Maybe Euler was partially right? Maybe the conjecture fails for fifth powers but holds for fourth powers?

Then, in 1988, Noam Elkies of Harvard University did something extraordinary.

He didn’t just find a counterexample to the fourth-power case.

He found infinitely many of them.

Elkies’ Breakthrough: When Geometry Meets Number Theory

Elkies discovered:

$$2{,}682{,}440^4 + 15{,}365{,}639^4 + 18{,}796{,}760^4 = 20{,}615{,}673^4$$

Let’s verify the magnitudes (the actual numbers are huge):

$$95800^4 ≈ 8.425 * 10^{19}$$ $$217519^4 ≈ 2.241 \times 10^{21}$$ $$414560^4 ≈ 2.952 \times 10^{22}$$

Sum: approximately $3.185 \times 10^{22}$

And $422481^4 \approx 3.185 \times 10^{22}$ ✓

But what’s remarkable isn’t just that Elkies found this. It’s how he found it.

The Trick: Turn Arithmetic into Geometry

Here’s the key insight (and this is where things get sophisticated):

The equation $a^4 + b^4 + c^4 = d^4$ looks like an arithmetic puzzle. But Elkies realized you can transform it into a geometric problem.

Divide everything by $d^4$:

$$\left(\frac{a}{d}\right)^4 + \left(\frac{b}{d}\right)^4 + \left(\frac{c}{d}\right)^4 = 1$$

Let $r = a/d$, $s = b/d$, $t = c/d$. Now we’re looking for rational numbers (fractions!) that satisfy:

$$r^4 + s^4 + t^4 = 1$$

This is an equation describing a surface in 3D space. Finding integer solutions to the original problem is equivalent to finding rational points (points with fractional coordinates) on this surface!

Enter: Elliptic Curves (Graduate Level)

This is where it gets beautiful - and deep.

Elkies used techniques from algebraic geometry to parametrize this surface. Through clever manipulations, he reduced the problem to finding points on a special type of curve called an elliptic curve:

$$u^2 = 22030 + 28849v - 56158v^2 + 36941v^3 - 31790v^4$$

Why is this amazing?

Elliptic curves have a magical property: they have a group structure. If you have one rational point on an elliptic curve, you can use the “group law” to generate infinitely many more rational points!

Elkies found one rational point: $v = -31/467$

From this single seed, the group law generates infinitely many other points. Each point gives a new counterexample to Euler’s conjecture!

This wasn’t brute-force computer search. This was pure mathematical insight transforming an arithmetic problem into geometry, then exploiting deep theorems about elliptic curves.

The Smallest Fourth-Power Counterexample

The same year (1988), Roger Frye used Elkies’ theoretical insights combined with targeted computer search to find the smallest counterexample:

$$\boxed{95{,}800^4 + 217{,}519^4 + 414{,}560^4 = 422{,}481^4}$$

Let’s verify this one carefully (using exact computation):

$$95800^4 = 84{,}250{,}968{,}320{,}000{,}000$$ $$217519^4 = 2{,}240{,}969{,}276{,}509{,}026{,}801$$ $$414560^4 = 29{,}514{,}790{,}517{,}001{,}318{,}976{,}000$$

Adding these up:

$$\text{Sum} = 31{,}840{,}010{,}761{,}830{,}344{,}977{,}801$$

And on the right:

$$422481^4 = 31{,}840{,}010{,}761{,}830{,}344{,}977{,}801$$

Perfect match! ✓

This remains the only fourth-power counterexample with all numbers below one million.

The Current Landscape

Let’s summarize what we now know:

Power ($k$) Euler’s Conjecture Status Smallest Counterexample
2 (squares) True (trivially) $3^2 + 4^2 = 5^2$ needs 2 terms
3 (cubes) False (trivially) $3^3 + 4^3 + 5^3 = 6^3$ needs 3 terms
4 (fourth) FALSE $95800^4 + 217519^4 + 414560^4 = 422481^4$
5 (fifth) FALSE $27^5 + 84^5 + 110^5 + 133^5 = 144^5$
6 (sixth) UNKNOWN None found
7 (seventh) UNKNOWN None found
8+ UNKNOWN None found

Here’s Where It Gets Interesting

Remember the challenge to find three cubes that sum to a cube? Impossible.

Now try this: Find five sixth powers that sum to a sixth power.

$$a^6 + b^6 + c^6 + d^6 + e^6 = f^6$$

Sounds reasonable, right? Counterexamples exist for fourth and fifth powers. Why not sixth?

Here’s what makes this tantalizing:

  1. The pattern suggests it should exist: Euler’s conjecture has been broken for $k=4$ and $k=5$. Why would $k=6$ be different?

  2. The search space is manageable (sort of): If there’s a counterexample with $f < 1{,}000{,}000$, modern computers could find it. None has been found.

  3. But maybe the search hasn’t gone far enough: Perhaps the smallest solution has $f > 10{,}000{,}000$? Or $f > 100{,}000{,}000$?

  4. Or maybe Elkies’ geometric trick works here too: Perhaps there’s a clever elliptic curve parametrization waiting to be discovered.

Finding it would make mathematical history.

The discoverer’s name would appear in mathematics papers forever. They’d be the person who extended the pattern from $k=5$ to $k=6$.

And here’s the beautiful part: No PhD required.

Lander and Parkin weren’t the world’s most famous mathematicians. They had access to a computer and a good idea. That’s it.

Modern computers are millions of times more powerful than the CDC 6600. Programming languages make searching easy. The advantage of knowing what’s been tried before is clear.

So… worth a shot?

The Deep Mathematics

For those ready to dive deeper, let’s explore the sophisticated machinery behind these counterexamples.

The Mordell-Weil Theorem and Elliptic Curves

Definition: An elliptic curve over $\mathbb{Q}$ is a smooth projective curve of genus 1 with a specified rational point, typically given in Weierstrass form:

$$E: y^2 = x^3 + ax + b$$

where $4a^3 + 27b^2 \neq 0$ (ensuring non-singularity).

The Mordell-Weil Theorem (1928): For an elliptic curve $E$ defined over $\mathbb{Q}$, the group of rational points $E(\mathbb{Q})$ is finitely generated:

$$E(\mathbb{Q}) \cong \mathbb{Z}^r \oplus E(\mathbb{Q})_{\text{tors}}$$

where:

  • $r$ is the rank (number of independent generators of infinite order)
  • $E(\mathbb{Q})_{\text{tors}}$ is the finite torsion subgroup

Implications: If $r \geq 1$, the curve has infinitely many rational points! The group law allows us to:

  1. Start with one rational point $P$
  2. “Add” it to itself: $2P, 3P, 4P, \ldots$ generates infinitely many points
  3. If we have two independent points $P, Q$, we get $mP + nQ$ for all integers $m, n$

Elkies exploited this by showing that counterexamples to $a^4 + b^4 + c^4 = d^4$ correspond to rational points on an elliptic curve with positive rank!

Elkies’ Parametrization in Detail

Elkies constructed the parametric family:

$$(85v^2 + 484v - 313)^4 + (68v^2 - 586v + 10)^4 + (2u)^4 = (357v^2 - 204v + 363)^4$$

subject to the constraint:

$$u^2 = 22030 + 28849v - 56158v^2 + 36941v^3 - 31790v^4$$

This is an elliptic curve! To see this, we need to convert it to Weierstrass form.

Step 1: Complete the square in $v$. This is a quartic in $v$, so we can reduce it to a cubic via the transformation:

$$v = t - \frac{p}{4}$$

where $p$ is the coefficient of $v^3$ after proper normalization.

Step 2: After this transformation and appropriate scaling, we obtain a Weierstrass equation:

$$Y^2 = X^3 + AX + B$$

for some constants $A, B$.

Step 3: The original rational point $v_1 = -31/467$ transforms to a rational point on this Weierstrass curve.

Step 4: Use the doubling formula on elliptic curves. For a point $P = (X_1, Y_1)$ on $y^2 = x^3 + ax + b$, the point $2P = (X_2, Y_2)$ is given by:

$$\lambda = \frac{3X_1^2 + a}{2Y_1}$$

$$X_2 = \lambda^2 - 2X_1$$

$$Y_2 = \lambda(X_1 - X_2) - Y_1$$

Iterating this process generates infinitely many rational points, each giving a counterexample!

Why This Doesn’t Extend to All Powers (Yet)

You might wonder: If Elkies could parametrize $k=4$ with elliptic curves, why hasn’t someone done the same for $k=6, 7, 8$?

The honest answer: We don’t know how.

The geometry becomes exponentially more complex:

  • For $k=4$: The surface $r^4 + s^4 + t^4 = 1$ has genus 0 or 1 curves in certain cross-sections
  • For $k=6$: The analogous surface has much higher genus, making parametrization far more difficult
  • Faltings’ Theorem (1983, formerly Mordell’s Conjecture): Curves of genus $g \geq 2$ over $\mathbb{Q}$ have only finitely many rational points!

This suggests that if counterexamples exist for higher powers, they might not admit nice parametric families like Elkies found.

The Lander-Parkin-Selfridge Refinement

After discovering the counterexample, Lander, Parkin, and Selfridge proposed a modified conjecture (1967):

LPS Conjecture: If

$$\sum_{i=1}^{n} a_i^k = \sum_{j=1}^{m} b_j^k$$

with $a_i \neq b_j$ for all $i, j$, then:

$$m + n \geq k$$

Special case ($m=1$):

$$\sum_{i=1}^{n} a_i^k = b^k \implies n \geq k-1$$

This fits all known counterexamples:

  • $k=4$: Three fourth powers sum to one, $3 = 4-1$ ✓
  • $k=5$: Four fifth powers sum to one, $4 = 5-1$ ✓

Status: No counterexamples known! The LPS conjecture may be the “correct” statement.

Proof Techniques and Obstacles

Why is proving the LPS conjecture hard?

1. Hasse Principle Failures: Local-global principles that work for quadratic forms fail for higher degree equations.

2. Lack of Group Structure: Unlike elliptic curves (genus 1), higher genus curves don’t have natural group laws.

3. Diophantine Approximation: The problem connects to deep questions about how well algebraic numbers can be approximated by rationals.

4. ABC Conjecture Connection: The abc conjecture predicts that equations like $a^k + b^k = c^k$ have only finitely many primitive solutions for fixed $k$. But extending this to sums of many terms is non-trivial.

Connections to the Frontiers of Mathematics

The Birch and Swinnerton-Dyer Conjecture

One of the Clay Millennium Prize Problems ($$1$ million reward), BSD concerns elliptic curves.

For an elliptic curve $E$ over $\mathbb{Q}$ with L-function $L(E, s)$, the conjecture states:

$$\text{ord}_{s=1} L(E, s) = \text{rank}(E(\mathbb{Q}))$$

Why relevant: Elkies’ method requires finding curves with positive rank. BSD would let us determine rank by analyzing L-functions - potentially a systematic way to search for counterexamples!

The Millennium Prize Problems

The Clay Mathematics Institute offers $$1 million for the solution of each of seven problems - the most important unsolved problems in mathematics as of the year 2000. Only one has been solved (the Poincaré Conjecture by Grigori Perelman in 2003, who declined the prize).

The seven problems:

  1. P vs NP - Can every problem whose solution can be verified quickly also be solved quickly?
  2. Hodge Conjecture - On the structure of algebraic varieties
  3. Riemann Hypothesis - On the zeros of the Riemann zeta function $\zeta(s)$ (connected to prime distribution)
  4. Yang-Mills Existence and Mass Gap - From quantum field theory
  5. Navier-Stokes Existence and Smoothness - On fluid dynamics equations
  6. Birch and Swinnerton-Dyer Conjecture - On elliptic curves (discussed above)
  7. Poincaré Conjecture - ✓ SOLVED by Perelman (2003)

Connection to Euler’s Conjecture: Both the Riemann Hypothesis and BSD are directly connected to our story:

  • The Riemann zeta function generalizes Euler’s work on $\zeta(2) = \pi^2/6$ (the Basel problem) to complex values
  • BSD would provide tools to systematically find elliptic curves with positive rank - exactly what Elkies needed for his parametric solution

The fact that a problem as “elementary” as Euler’s conjecture connects to million-dollar prize problems shows the deep interconnectedness of mathematics.

Fermat’s Last Theorem and Modularity

Fermat’s Last Theorem states $a^n + b^n = c^n$ has no positive integer solutions for $n > 2$.

Wiles’ proof (1995) showed that all elliptic curves over $\mathbb{Q}$ are modular, which implies FLT via the work of Frey, Ribet, and others.

Key insight: Adding more terms (going from $n=2$ in FLT to $n=k-1$ in Euler’s conjecture) dramatically changes the problem’s character. FLT is about impossibility; Euler’s counterexamples show abundance with more terms.

The Generalized Fermat Equation

The equation:

$$\frac{1}{p} + \frac{1}{q} + \frac{1}{r} = 1$$

with $p, q, r > 1$ determines the geometry:

  • $(2, 3, 6), (2, 4, 4), (3, 3, 3)$: Genus 0 (parametrizable)
  • $(2, 3, 5), (2, 3, 4), (2, 2, n)$: Genus 1 (elliptic curves)
  • All others: Genus $\geq 2$ (Faltings’ theorem applies)

This explains why certain Diophantine equations are tractable while others aren’t!

Why You Should Care (Even If You’re Not a Mathematician)

1. The Humility Lesson

Even Leonhard Euler - one of history’s greatest mathematical minds - made wrong conjectures that stood for 197 years.

This teaches us:

  • Question authority (respectfully)
  • Verify claims (even from experts)
  • Update beliefs when evidence contradicts them

2. The Power of Computation

Lander and Parkin’s success came from combining:

  • Mathematical insight (knowing what to search for)
  • Computational power (ability to execute the search)
  • Persistence (not giving up when searches took time)

These same principles apply to modern data science, AI, and software engineering.

3. The Joy of Discovery

There’s something deeply satisfying about finding a counterexample. It’s like solving a mystery.

You don’t need to be a professional mathematician to experience this. Play with numbers. Look for patterns. Try to break conjectures.

Mathematics is a playground, not a priesthood.

4. Unsolved Problems Are Everywhere

Even in 2025, we don’t know if Euler’s conjecture holds for $k \geq 6$.

This isn’t ancient history. This is active mathematics. The next breakthrough could come from:

  • A computer scientist with a clever algorithm
  • A high school student who notices a pattern
  • An engineer applying machine learning to search strategies
  • You

A Final Challenge

Here’s the bottom line:

The $k=6$ counterexample might be out there, waiting.

To search for it:

  1. Start simple: Check combinations where $f < 10{,}000$
  2. Get systematic: Write a program to check more efficiently
  3. Study the pattern: Why do $k=4$ and $k=5$ have counterexamples around similar magnitudes?
  4. Think geometrically: Can an elliptic curve parametrization be found for $k=6$?

Or maybe there’s no counterexample for $k=6$. Maybe Euler’s conjecture holds from $k=6$ onward.

Proving that would be even more impressive than finding a counterexample!

Either way, this problem sits at the intersection of:

  • Elementary arithmetic (anyone can understand it)
  • Computational exploration (accessible with modern tools)
  • Deep mathematics (connects to cutting-edge research)

That’s the beauty of mathematics: Simple questions. Deep answers. Infinite possibilities.

The Lander-Parkin-Selfridge Conjecture (1967)

Motivated by their counterexample, Lander, Parkin, and John Selfridge proposed a refined conjecture in 1967:

LPS Conjecture: If

$$\sum_{i=1}^{n} a_i^k = \sum_{j=1}^{m} b_j^k$$

where $a_i \neq b_j$ for all $i, j$, then:

$$m + n \geq k$$

In the special case $m=1$ (one term on the right), this reduces to:

$$n \geq k-1$$

This is weaker than Euler’s original conjecture (which required $n \geq k$), but it fits all known counterexamples:

  • For $k=4$: We have $n=3$, and $3 = 4-1$ ✓
  • For $k=5$: We have $n=4$, and $4 = 5-1$ ✓

Status: No counterexamples to the LPS conjecture are known! It may be the “correct” generalization of Fermat’s Last Theorem.

The Extended Euler Conjecture

R.L. Ekl proposed (1998) an even more general framework:

If

$$\sum_{i=1}^{n} a_i^k = \sum_{j=1}^{m} b_j^k$$

Define:

$$\delta(k) = \min(m+n)$$

over all known solutions. Then the Extended Euler Conjecture states:

$$\delta(k) \geq k$$

Current values:

$k$ $\delta(k)$ Status
3 6 Equal to $k$
4 5 Equal to $k+1$
5 5 Equal to $k$
6 6 Equal to $k$
7 8 Greater than $k$
8 8 Equal to $k$

No counterexamples known!

Connections to Other Famous Conjectures

The techniques and ideas surrounding Euler’s conjecture connect to numerous deep problems in mathematics:

1. Fermat’s Last Theorem

Fermat’s Last Theorem (FLT): $a^n + b^n = c^n$ has no positive integer solutions for $n > 2$.

  • Proved by Andrew Wiles in 1995 after 358 years
  • Uses elliptic curves and modular forms
  • The counterexamples to Euler’s conjecture show that allowing more terms completely changes the problem

Relationship: Euler’s conjecture can be viewed as asking: “What happens if we relax FLT to allow more terms?” The answer: the problem becomes solvable!

2. Waring’s Problem

Waring’s Problem (Hilbert, 1909): For each $k$, there exists a number $g(k)$ such that every positive integer can be expressed as a sum of at most $g(k)$ many $k$-th powers.

Known values:

  • $g(2) = 4$ (Lagrange’s four-square theorem)
  • $g(3) = 9$
  • $g(4) = 19$
  • $g(5) = 37$

Connection: While Waring’s problem asks about representing all integers, Euler’s conjecture asks about representing perfect powers specifically. The counterexamples show that perfect powers are “easier” to represent than Waring’s problem might suggest.

3. The abc Conjecture

The abc conjecture (Masser-Oesterlé, 1985) states that for coprime integers $a, b, c$ with $a + b = c$:

$$c < \text{rad}(abc)^{1+\epsilon}$$

for any $\epsilon > 0$, where $\text{rad}(n)$ is the product of distinct prime factors of $n$.

Relationship: The abc conjecture implies that equations like $a^k + b^k = c^k$ have only finitely many primitive solutions for fixed $k$. The counterexamples to Euler’s conjecture suggest that allowing more terms creates many more solutions - consistent with abc’s predictions about sums of coprime terms.

Status: Claimed proof by Shinichi Mochizuki (2012) remains controversial and unverified.

4. Catalan’s Conjecture (Mihăilescu’s Theorem)

Catalan’s Conjecture (proved by Mihăilescu, 2002): The only solution to:

$$x^p - y^q = 1$$

in natural numbers $x, y, p, q > 1$ is $3^2 - 2^3 = 1$.

Connection: Both problems concern Diophantine equations with powers, but Catalan’s focuses on differences rather than sums. The techniques (elliptic curves, algebraic number theory) overlap significantly.

5. The Beal Conjecture

Beal Conjecture (1993, $$1$ million prize): If

$$a^x + b^y = c^z$$

where $a, b, c, x, y, z$ are positive integers with $x, y, z > 2$, then $a, b, c$ must have a common prime factor.

Relationship: This generalizes FLT to different exponents. Euler’s conjecture concerns equal exponents, showing how constraining the problem to equal exponents makes it tractable.

Status: Unsolved. The prize remains unclaimed.

6. The Generalized Fermat Equation

The equation:

$$\frac{1}{x} + \frac{1}{y} = \frac{1}{z}$$

has infinitely many integer solutions. But:

$$\frac{1}{x^n} + \frac{1}{y^n} = \frac{1}{z^n}$$

is conjectured to have only finitely many primitive solutions for each $n \geq 3$.

Connection: The counterexamples to Euler’s conjecture show how adding terms (rather than taking reciprocals) affects solvability.

The Power of Computational Mathematics

Before Computers

Prior to the 1960s, searching for counterexamples meant:

  • Manual calculation of powers
  • Systematic but limited searches
  • Heavy reliance on theoretical constraints to narrow search spaces

Euler himself computed numerous power sums, but the sheer magnitude of the search space made finding counterexamples essentially impossible.

The CDC 6600 Era

The CDC 6600 enabled:

  • Checking billions of combinations
  • Systematic exhaustive search within bounded regions
  • Discovery of counterexamples that would take humans centuries to find by hand

Modern Computational Searches

Today, distributed computing projects search for:

  • Higher-power counterexamples (k ≥ 6)
  • Smaller solutions for known cases
  • Related Diophantine equations

Projects like Jean-Charles Meyrignac’s computing project systematically search for “minimal equal sums of like powers.”

Why This Matters

1. Humility in Mathematics

Even Leonhard Euler - arguably the greatest mathematician who ever lived - could make incorrect conjectures. Mathematics progresses through:

  • Bold conjectures (Euler)
  • Rigorous proof or disproof (Lander & Parkin, Elkies)
  • Refined understanding (LPS conjecture)

2. The Role of Computation

Lander and Parkin’s paper demonstrates that computation is a legitimate mathematical tool:

  • Disproof by counterexample is rigorous
  • Computers can explore spaces humans cannot
  • Computational discoveries often inspire new theory (like Elkies’ elliptic curve approach)

3. Connections Between Fields

Elkies’ solution shows how seemingly unrelated areas of mathematics connect:

  • Diophantine equations (number theory)
  • Elliptic curves (algebraic geometry)
  • Group theory (abstract algebra)

This interconnectedness is a hallmark of deep mathematics.

4. Open Problems Abound

Despite 250+ years of study:

  • We don’t know if Euler’s conjecture holds for any $k \geq 6$
  • We don’t know if the LPS conjecture is true
  • We don’t understand the density of solutions

Mathematics remains full of accessible, well-formulated open problems.

A Challenge for You

Can you find a counterexample to Euler’s conjecture for $k=6$?

That is, find positive integers $a, b, c, d, e, f$ such that:

$$a^6 + b^6 + c^6 + d^6 + e^6 = f^6$$

If you do, you’ll make mathematical history!

Current computational searches have checked values of $f$ up to the millions with no success. But perhaps there’s a clever theoretical approach, like Elkies used for fourth powers…

Conclusion

The story of Euler’s conjecture encapsulates everything beautiful about mathematics:

  • Great minds proposing bold ideas
  • Centuries of investigation
  • Technology enabling breakthrough discoveries
  • Two sentences destroying 197 years of belief
  • New conjectures rising from the ruins
  • Open questions still beckoning

The counterexample $27^5 + 84^5 + 110^5 + 133^5 = 144^5$ is not just a curious arithmetic identity - it’s a reminder that in mathematics, nothing is certain until proven, and even our greatest heroes can be wrong.

As for whether Euler’s conjecture holds for sixth and higher powers? We simply don’t know.

And that’s what makes mathematics endlessly fascinating.


Further Reading

  • Original Papers:

    • Lander & Parkin (1966): “Counterexample to Euler’s conjecture on sums of like powers” - Bull. Amer. Math. Soc.
    • Elkies (1988): “On $A^4 + B^4 + C^4 = D^4$” - Mathematics of Computation
  • Books:

    • Wiles (1995): “Modular elliptic curves and Fermat’s Last Theorem”
    • Dunham (1999): “Euler: The Master of Us All”
    • Guy (2004): “Unsolved Problems in Number Theory”
  • Online Resources: