Humble numbers: Difference between revisions

m
→‎{{header|ALGOL W}}: Minor change to the description.
(Added Algol W)
m (→‎{{header|ALGOL W}}: Minor change to the description.)
Line 168:
 
=={{header|ALGOL W}}==
As noted by the Go and other samples, this is similar to the Hamming Numbers task. This is a modified version of the Algol W solution for Hamming Numbers. The numbers are generated in sequence.
<lang algolw>begin % find some Humble numbers - numbers with no prime factors above 7 %
% returns the minimum of a and b %
3,048

edits