Aliquot sequence classifications: Difference between revisions

Content deleted Content added
Franck (talk | contribs)
Franck (talk | contribs)
Line 700: Line 700:
=={{header|Oforth}}==
=={{header|Oforth}}==


<lang oforth>Integer method: properDivs
<lang oforth>Integer method: properDivs // ( n -- aList )
{
{
| sqrtn i |
| sqrtn i |