...
Some foolery with the Collatz conjecture
Messing around with key generation; k0 = sum(|series|), k1 = k0/n in series
This could be solved with the pre-value, but verification is kind of non-existant
Maybe use equivalence rule to create sibling keys?
- 09/23/21
- Added series generation (could be faster, but cpp doesn't have an equivalence operator, which isn't vanilla collatz anyway, but whatever)