I vaguely remember solving this problem before. I also vaguely remember the solution had something to do with prime numbers.It makes sense, since the primes are enumerable, and we can express any natural as a product of primes.
If we didn't have the nonintersecting condition, the solution would simply be that the sets are $$A_p = \{np: n\in\mathbb{N}\}$$ where $p$ is a fixed prime.
If I remember correctly, a slight modification on that solves the problem so I'm looking for a hint.
Or perhaps there's another solution not involving primes at all.