If a positive integer $n$ is equal to $a + b + c$ where $a | b$, $b | c$ and $a \lt b \lt c$, let it be called "faithful". Prove that nearly all numbers are faithful and list the non-faithful numbers.
Here's where I am:
Let the number be $n$, $b = ap$ and $c = bq = apq$ where $p ,q \in Z_+$. Let the set of faithful numbers be $F$.
$$n = a + b + c$$ $$\therefore n = a + ap + apq$$
Since $1 \lt p \lt q$ and $p, q \in Z_+$, $n \ge 7$. Hence $1, 2 \ldots 7 \notin F$.
Now what?
Let $a=2^k$ for some $k\ge 0$, and let $p=2$. Then $a+ap+apq=2^k(3+2q)$, where we must have $q\ge 2$. $\{3+2q:q\ge 2\}$ is the set of odd numbers greater than $5$, so every number of the form $2^k(2m+1)$ with $m\ge 3$ is faithful. The potential exceptions are therefore the numbers of the form $2^k,2^k\cdot3$, and $2^k\cdot 5$ for $k\ge 0$.
Suppose that one of these numbers can be written in the form $a+ap+apq$ for some $a\ge 1$ and $p,q\ge 2$. Then it can be written as $a(1+p+pq)$, where $1+p+pq\ge 7$.
If $k\ge 4$, $2^k=2^{k-4}\cdot16=2^{k-4}(1+3+3\cdot4)$, so we may take $a=2^{k-4}$, $p=3$, and $q=4$. Thus, $2^k$ is faithful for $k\ge 4$, and we need consider only $2,4$, and $8$ individually; all are easily seen to be unfaithful.
Similarly, $2^k\cdot3=3\cdot2^{k-4}(1+3+3\cdot4)$, so we may take $a=3\cdot2^{k-4}$, $p=3$, and $q=4$ and catch all numbers of the form $2^k\cdot3$ except $12$ and $24$, and $2^k\cdot5=5\cdot2^{k-4}(1+3+3\cdot4)$, so we may take $a=5\cdot2^{k-4}$, $p=3$, and $q=4$ and catch all numbers of the form $2^k\cdot 5$ except $10,20$, and $40$.
We’ve now shown that all positive integers are faithful except $1,2,3,4,5,8$, and possibly $10,12,20,24$, and $40$. $10=1+3+6$ is faithful. It’s not hard to check that $12$ is not faithful: its only factor larger than $6$ is itself, so $a$ would have to be $1$, and $11=p(1+q)$ would have to be composite. $20=2\cdot20=2+6+12$ is faithful, and similarly $40$ is faithful. That leaves only $24$ to be checked, and I’ll leave it to you.