Aliquot sequence classifications: Difference between revisions

Content added Content deleted
Line 771: Line 771:


=={{header|Phix}}==
=={{header|Phix}}==
Translated from the Python example
<lang Phix>function aliquot(atom n)
<lang Phix>function aliquot(atom n)
sequence s = {n}
sequence s = {n}
Line 833: Line 834:
15355717786080 {"non-terminating",{1.5355717787e+13,4.4534663602e+13,1.4494008747e+14}}
15355717786080 {"non-terminating",{1.5355717787e+13,4.4534663602e+13,1.4494008747e+14}}
</pre>
</pre>



=={{header|Perl}}==
=={{header|Perl}}==