Sequence: smallest number greater than previous term with exactly n divisors: Difference between revisions

m
→‎{{header|ALGOL 68}}: corrected a typo (lowest natural number)
m (added an HTML comment and whitespace to the task's preamble.)
m (→‎{{header|ALGOL 68}}: corrected a typo (lowest natural number))
Line 24:
=={{header|ALGOL 68}}==
{{trans|Go|with an additional alternative sequence}}
This finds the first 15 sequence members where each sequence member is greater than the previous and also the sequence where each member is the lowest natualnatural number with n divisors.
<lang algol68>BEGIN