Skip to content

mospaeda/Collatz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collatz Conjecture

Consider the following operation on an arbitrary positive integer:

  • If the number is even, divide it by two.

  • If the number is odd, triple it and add one.

Conjecture is that, starting from any positive integer, the serie will end by the integer 1.

Still unproven.

References:

"On the 3x + 1 problem" - www.ericr.nl/wondrous/index.html

"La conjecture de Syracuse" - https://www.cristal.univ-lille.fr/~jdelahay/pls/053.pdf

"Path records" - https://pcbarina.fit.vutbr.cz/path-records.htm

About

Collatz conjecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages