Skip to content

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

Notifications You must be signed in to change notification settings

Mmark94/sums_of_cubes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages