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

m
m (→‎more optimization: added wording to the REXX section header.)
m (→‎more optimization: fixed a typo.)
Line 736:
::::::*   even numbers.
 
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.
<lang rexx>/*REXX program finds and displays the Nth number with exactly N divisors. */