Skip to content

bjornmikeljacobson/collatz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collatz

This script is an attempt to brute force the Collatz Conjecture (https://www.youtube.com/watch?v=094y1Z2wpJg) by showing that the subset of numbers with specific trailing digits converge. The idea is to perform calculations on large numbers >2^64 by processing them as binary strings. Script is functional but not optimized. Running shows convergence for 99.99% of all natural numbers before reaching limits for built-in data types.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages