An open API service indexing awesome lists of open source software.

https://github.com/eval-exec/the_solution_of_3n-1_problem

Start with an integer n. If n is even, divide by 2. If n is odd, multiply by 3 and add 1. Repeat this process with the new value of n, terminating when n = 1.
https://github.com/eval-exec/the_solution_of_3n-1_problem

Last synced: 6 months ago
JSON representation

Start with an integer n. If n is even, divide by 2. If n is odd, multiply by 3 and add 1. Repeat this process with the new value of n, terminating when n = 1.

Awesome Lists containing this project