The master of learning himself – Mike Boyd – teaches me how to code in Python by writing a simple algorithm to find a sum of 3 cubes equal to the first 100 positive integers.
The approach follows that of Miller and Woollett (1955). Read the paper explaining the method for yourself below.