Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 520 Bytes

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