- Numbers with more than 4 divisors = multiples of numbers with exactly 4 divisors. This only applies to 4 (and 2, of course): e.g. numbers with more than 3 divisors != multiples of numbers with exactly 3 divisors.
- Numbers with more than 5 divisors = multiples of OEIS A068993
My quick question is: are these two facts obvious and/or well-known?
I assume that the answer is "yes", but I know pretty much nothing about mathematics, so I wanted to ask this question. I would have asked it in the chat, but I have not enough reputation.
A simple yes/no answer is fine for me, but of course if you want to add an explanation, it's even better. :)
Edit: why I don't think this question was a duplicate. The answer is the same as the answer to Finding out the number of divisors (I have no reason to doubt it, even though I still have to understand the answer to my question!). But, as far as I can understand, "duplicate" applies to questions, not to answers. Otherwise, the following statement from the help wouldn't make sense:
[...] we love (some) dupes. There are many ways to ask the same question, and a user might not be able to find the answer if they're asking it a different way.
Now, my question is not the same as "finding out the number of divisors", so it isn't a duplicate.
The reason that numbers with more than four divisors are multiples of numbers with exactly four divisors are that the numbers exactly four divisors are of the form $pq$ for distinct primes $p,q$ or $p^3$ for prime $p$. To have more than four, the number has to be of the form $p^4, p^2q, \text{ or } pqr$ for primes $p,q,r$ or more complex. All of these are multiples of a number with exactly four factors. Conversely, any multiple of a number $pq$ or $p^3$ will have more than four divisors.
A number with more than five divisors will be a multiple of a number in your OEIS sequence, because this sequence is all numbers of the form $pq$ or $p^4$. As $pqr$ has eight divisors and $p^2q$ and $p^5$ have six, all multiples of the elements of this sequence will have more than five divisors.
Added: for the fact that numbers with more that three divisors are not exactly the numbers that are multiples of numbers with exactly three divisors can be shown by example: $6$ has four divisors, while $1,2,3$ do not have exactly three. The general case is that a number of the form $pq$, with $p,q$ distinct primes, has factors $1,p,q,pq$ and none of $1,p,q$ have exactly three divisors.