Idoneal numbers: Difference between revisions

(Added Action!)
Line 98:
FOR n WHILE count < max count DO
BOOL idoneal := TRUE;
FOR a TO n - 2 WHILE count < max count AND idoneal DO
FOR b FROM a + 1 TO n - 1
WHILE INT ab = a * b;
( ab <+ na AND+ countb ) < max countn AND idoneal
DO
FOR c FROM b + 1 TO n
3,038

edits