Skip to content

Computer programs to investigate the Collatz Conjecture (3n + 1)

License

Notifications You must be signed in to change notification settings

shlomif/collatz-conjecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Computer programs by Shlomi Fish to investigate the Collatz Conjecture .

Reading from the wikipedia page:

The conjecture can be summarized as follows. Take any positive integer n. If n
is even, divide it by 2 to get n / 2. If n is odd, multiply it by 3 and add 1
to obtain 3n + 1. Repeat the process (which has been called "Half Or Triple
Plus One", or HOTPO[7]) indefinitely. The conjecture is that no matter what
number you start with, you will always eventually reach 1.

About

Computer programs to investigate the Collatz Conjecture (3n + 1)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published