Skip to content

Instantly share code, notes, and snippets.

@rtacconi
Created February 6, 2015 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtacconi/88f711f8120aa7ba33e7 to your computer and use it in GitHub Desktop.
Save rtacconi/88f711f8120aa7ba33e7 to your computer and use it in GitHub Desktop.
Euler's predicate
a = 95800
b = 217519
c = 414560
d = 422481
a**4 + b**4 + c**4 == d**4 # => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment