搜索资源列表
1
- The famous Collatz sequence is generated by a method decribed as follows. Given a positive integer N, if it is odd, then replace it with 3*N+1. For even number N, use N/2 instead. You can get a sequence of number by this
Hailstone Sequence Analyzer
- Messing around with entropy and trajectory paths of the Hailstone Sequence.