Skip to content

Instantly share code, notes, and snippets.

@AlunStokes
Last active September 26, 2022 02:09
Show Gist options
  • Save AlunStokes/3640ed7e432c4367beb3b3a810a4befa to your computer and use it in GitHub Desktop.
Save AlunStokes/3640ed7e432c4367beb3b3a810a4befa to your computer and use it in GitHub Desktop.
A Cute Diophantine Problem

Find all non-trivial $A$, $B$, $C$, ..., $G$ $\in$ ℤ such that

$A^2 = B^3 + C^3$

$B^2 = C^3 + D^3$

$C^2 = D^3 + E^3$

$D^2 = E^3 + F^3$

$E^2 = F^3 + G^3$

$F^2 = G^3 + A^3$

if any such solutions exist.

What is a minimal number field (if one exists) over which a non-trivial solution exists?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment