Let $f(n)$ be the number of subsets $S\subseteq \{1,2,\ldots,2n\}$ such that $|S|=n$ and $a$ does not divide $b$ whenever $a,b \in S$ are distinct. Can we evaluate $f(n)$, at least asimptotically?
The question is related to this other one, where I had a more complicated (and unuseful) solution. In particular, is it true that $f(n)=o(n)$? Moreover, is it true that $f(n)$ is definitively bigger than $(\ln n)^k$ for any constant $k$?
Edit: the first conjecture has been proved to be false (see the answer of Robert below). Then, can we say that $\ln f(n)=O(n)$?