Inspired by this question.
Suppose we want to partition the set of positive integers $\mathbb{N}$ into distinct (possibly infinitely many) arithmetic progressions $AP_1, AP_2 \cdots$ such that no two of them have the same common difference, $\mathbb{N} = AP_1\cup AP_2\cdots $ and $AP_i\cap AP_j = \phi$ $ \forall j, \forall i\neq j$.
What i tried :
If $AP_i$ is the $i$th AP then it should be of the form $\{s_{i-1}, s_{i-1}+d_i,s_{i-1}+2d_i,\cdots\}$ where $s_{i-1}$ the smallest number in $\mathbb{N}\setminus AP_1\cup\cdots\cup AP_{i-1}$, $d_i \neq d_j \forall j<i$ and $gcd(d_i,d_j)\nmid s_{i-1} - s_{j-1} \forall j<i$ since otherwise there'd be common terms. So we're after a sequence of common differences that satisfy these conditions. But I'm not able to figure out much more. Any help is very much appreciated!
There are of course infinitely many ways to obtain such a partition into infinitely many APs. The most straightforward way is to let $AP_i$ run through all odd multiples of $2^{i-1}$