Aliquot sequence classifications: Difference between revisions

Line 2,084:
{15355717786080, Non-terminating, {15355717786080, 44534663601120, 144940087464480, 471714103310688, 1130798979186912, 2688948041357088, 6050151708497568, 13613157922639968, 35513546724070632, 74727605255142168, 162658586225561832, 353930992506879768, 642678347124409032, 1125102611548462968, 1977286128289819992, 3415126495450394808, 7156435369823219592}}</pre>
 
=={{header|Nim}}==
No special optimizations, but quite efficient.
<lang Nim>
Line 2,190:
{{out}}
<pre>
1: terminating 0
2: terminating 1, 0
3: terminating 1, 0
4: terminating 3, 1, 0
5: terminating 1, 0
6: perfect 6
7: terminating 1, 0
8: terminating 7, 1, 0
9: terminating 4, 3, 1, 0
10: terminating 8, 7, 1, 0
 
11: terminating 1, 0
Line 2,216:
15355717786080: non-terminating 44534663601120, 144940087464480
 
Processed in 110105 ms.
</pre>
 
Anonymous user