/sums_of_cubes

This is a simple script to sum cubes of random numbers to try to find a specific result. I used to try to find 3 numbers whose cubes sum is 42. a^3+b^3+c^3= 42

Primary LanguagePython

sums_of_cubes

A simple script to sums cubes of random number.

The inspiration from this script come from the unsolved (now solved) problem of finding the solution of this equation a^3+b^3+c^3= 42 that means to find 3 numbers whose cubes sum is 42. https://www.youtube.com/watch?v=zyG8Vlw5aAw