Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ratwolfzero/collatz_bigint

Calculate and display the Collatz sequence (3n+1 problem) for very large integers
https://github.com/ratwolfzero/collatz_bigint

3nplus1 3nplus1-problem collatz-conjecture collatz-sequences hailstone-numbers rust-lang syracuse-problem unsolved-problems

Last synced: 15 days ago
JSON representation

Calculate and display the Collatz sequence (3n+1 problem) for very large integers

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