Given the following sum:
\begin{align} S=\sum\limits_{n=1}^\infty a_n\log(a_n) \end{align}
And this "contract":
\begin{align} \sum\limits_{n=1}^\infty a_n&=1 \\ a_n&\in(0,1] \end{align}
Does the sum $S$ always converge? I tried a few coefficients (e.g. $a_n=\frac{6}{\pi^2 n^2}$ or $a_n=2^{-n}$), but i only found converging values.
Thank you very much
Short answer: no.
Long answer: we may consider that by Cauchy's condensation test the series $\sum_{n\geq 1}\frac{1}{n\log^2(n+1)}$ is convergent to a positive constant $L$. Let $a_n = \frac{1}{L\,n\log^2(n+1)}$. Then $\{a_n\}_{n\geq 1}$ obviously fulfills the constraints $a_n\in(0,1]$ and $\sum a_n=1$, but $$ \left|a_n \log(a_n)\right| \geq \frac{C}{n\log(n+1)} $$ hence, always by Cauchy's condensation test, the series $\sum_{n\geq 1}a_n\log(a_n)$ is not converging.