Disproving Euler proposition by brute force in C
I wrote a little bit of code to brute force disprove the Euler proposition that states: a4+b4+c4=d4 has no solution when a, b, c, d are positive integers. I’m no mathematician, but reading around this, at least one solution was found by Noam Elkies in 1987 (a = 95800; b = 217519; c = 414560; … Read more