How to resolve the algorithm Humble numbers step by step in the Delphi programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Humble numbers step by step in the Delphi programming language

Table of Contents

Problem Statement

Humble numbers are positive integers which have   no   prime factors   >   7.

Humble numbers are also called   7-smooth numbers,   and sometimes called   highly composite, although this conflicts with another meaning of   highly composite numbers.

Another way to express the above is:

Let's start with the solution: