Let us find all N>1 which have exactly 6 divisors.
1) If N=pk, where p is a prime, then it has the divisors 1, p, ..., pk, i.e. k+1 divisors overall. Thus, all N=p5 satisfy this requirement.
2) Let N have two different prime divisors, i.e. N=pkql. For k≥2 and l≥2 we see that N has at least 9 different divisors: 1, p, p2, q, q2, pq, p2q, pq2, and p2q2. For l=1, N has the divisors 1, p, ..., pk, and q, pq, ..., pkq, i.e. 2(k+1) divisors in total. Thus, all N=p2q satisfy the requirement.
3) Let N have at least three prime divisors p, q, r. Then N has at least 8 different divisors: 1, p, q, r, pq, pr, qr, and pqr, and we get no more numbers.
Let us now consider N=p5 and N=p2q in more detail.
i) If N=p5, then di=pi−1 and d4+d5=p3+p4=p3(1+p) is divisible by d2+d3=p+p2=p(1+p). Thus they are all good.
ii) If N=p2q, where q<p, then N has the divisors 1,q,p,pq,p2, and p2q, in increasing order, and d4+d5=pq+p2=p(q+p) is divisible by d2+d3=q+p and thus, they are all good, too.
iii) If N=p2q, where p<q<p2, then N has the divisors 1,p,q,p2,pq, and p2q, in increasing order, and d4+d5=p2+pq=p(p+q) is divisible by d2+d3=p+q. Thus, they are all good, too.
iv) Finally, let N=p2q, where q>p2. Then N has the divisors 1,p,p2,q,pq, and p2q, in increasing order and d4+d5=q+pq=q(1+p) is not divisible by d2+d3=p+p2=p(1+p) because the prime number q cannot be divisible by another prime number p. Thus all these numbers have exactly 6 different divisors and they all are non-good. To get the smallest of these numbers, we have to take p and q as small as possible, i.e. p=2 and q=5 (to achieve q>p2=4). Then N=22⋅5=20. Finally, there are infinitely many of these numbers N because we have infinitely many choices for prime numbers p and q such that q>p2. For example, we can take p=2 and q an arbitrary prime number bigger than 5. As there are infinitely many prime numbers, we have proven the statement.