Here's another question I don't know what to do with. Compute the Shnirelman density of the set
$$A = \{ \lfloor n \ln (n) \rfloor : n = 1,2,3,... \}.$$
I know that the Shnirelman density of a set $A$ is
$$\inf \left\{ \frac{ | A \cap \{1,\ldots,n\}|}{n} : n \in \mathbb{N} \right\}$$
I've computed some values of $\lfloor n \ln (n) \rfloor$:
$$ \begin{array}{l|ccccccccccc} \,\,n&1&2&3&4&5&6&7&8&9&10&11\\\hline \lfloor n \ln (n) \rfloor&0&1&3&5&8&10&13&16&19&23&26 \end{array} $$
So I guess the first elements of $A$ are $\{0,1,3,5,8,10,13,16,19,23,26\}$. This means I can start trying to figure ou tthe density.
$$ \begin{array}{l|ccccccccccc} \,\,n&1&2&3&4&5&6&7&8&9&10&11\\\hline | A \cap \{1,...,n\}| &1&1&2&2&3&3&3&4&4&5&5 \\ \frac{| A \cap \{1,...,n\}|}{n}&1&\frac{1}{2}&\frac{2}{3}&\frac{2}{4}&\frac{3}{5}&\frac{3}{6}&\frac{3}{7}&\frac{4}{8}&\frac{4}{9}&\frac{5}{10}&\frac{5}{11} \end{array} $$
Not sure where to go from here. Any help is great! Better help is better! Thanks in advance!