It is well known that the primes are distributed such that they occur with an approximate "likelihood" of $1/\log(n)$ around the integer $n$ - or more precisely, the number of primes up to $n$ is $$\pi(n) \sim \int_2^n \frac{dt}{\log(t)}.$$
Question: Are there other sequences that have a distribution such that the likelihood of $n$ being a member of that sequence is approx $1/\log(n)$?
Further Question: What properties or constraints would such sequences need to adhere to?
One such sequence is $a_n = \lfloor n\log n\rfloor$. (In a similar way, one can construct sequences with any desired density.)
Another is $\{n\in\Bbb N\colon n$ is divisible by $\lfloor \log n\rfloor\}$ (which also has obvious generalizations).