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

https://github.com/ratwolfzero/collatz_bigint

Program to calculate the Collatz sequence for very large integers. Using crate BigInt.
https://github.com/ratwolfzero/collatz_bigint

collatz-conjecture collatz-sequences hailstone-numbers syracuse-problem unsolved-problems

Last synced: 9 months ago
JSON representation

Program to calculate the Collatz sequence for very large integers. Using crate BigInt.

Awesome Lists containing this project

README

          

# collatz_bigint

Program to calculate the Collatz sequence for very large integers using crate BigInt.

Input value can be entered like 27, 2^199, or 2^199-1.

My Mac mini with M2 and 8 GB Ram was able to handle at least 2^30000-1