zonination / collatz

Collatz Conjecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collatz Conjecture

The Collatz Conjecture is an unsolved problem in mathematics, caters to follows the following formula:

  • If a number is even, divide it by 2.
  • If a number is odd, multiply by 3 and add 1.

Collatz Formula

The conjecture states that all integers will converge to 1, but this is currently unproven. Thwaites has offered a £1000 reward for a proof resolving the conjecture.

Gallery

Tool and Sources

  • Tool used: R/ggplot2
  • Source: Computed

Additional information:

About

Collatz Conjecture

License:MIT License


Languages

Language:R 100.0%