Sequence: nth number with exactly n divisors: Difference between revisions

Content added Content deleted
m (→‎more optimization: added wording to the REXX section header.)
m (→‎more optimization: fixed a typo.)
Line 736: Line 736:
::::::*   even numbers.
::::::*   even numbers.


This REXX version (unlike the 1<sup>st</sup> version(, &nbsp; only goes through the numbers once, instead
This REXX version (unlike the 1<sup>st</sup> version), &nbsp; only goes through the numbers once, instead
of looking for numbers that have specific number of divisors.
of looking for numbers that have specific number of divisors.
<lang rexx>/*REXX program finds and displays the Nth number with exactly N divisors. */
<lang rexx>/*REXX program finds and displays the Nth number with exactly N divisors. */