How can I show that the following is true?
$$\sum_{k=1}^{\infty}{\frac{1}{k\sqrt{k}}} < 3$$
I just need this series to be between 1 and 3 so that I can conclude some result. I have found the appropriate lower bound series $$\sum_{k=1}^{\infty}{\frac{1}{k^2}} =\frac{\pi^2}{6}\leq\sum_{k=1}^{\infty}{\frac{1}{k\sqrt{k}}},$$ but am struggling to find an upper one. Could somebody lend me a hand, please?

A variant of the approaches presented so far is given by the Hermite-Hadamard inequality. $\frac{1}{x\sqrt{x}}$ is a convex function on $\mathbb{R}^+$, hence
$$ I(n)=2-\frac{2}{\sqrt{n}}=\int_{1}^{n}\frac{dx}{x\sqrt{x}} $$ fulfills $$ I(n)\leq \frac{1}{2}\left(1+\frac{1}{n\sqrt{n}}\right)+\sum_{k=2}^{n-1}\frac{1}{k\sqrt{k}} $$ such that $$ \sum_{k=1}^{n}\frac{1}{k\sqrt{k}} \geq \frac{5}{2}\left(1-\frac{1}{\sqrt{n}}\right). \tag{LowerBound}$$ On the other hand if we consider $$ J(n) = \int_{3/2}^{n+1/2}\frac{dx}{x\sqrt{x}}= \sqrt{\frac{8}{3}}-\frac{4}{\sqrt{4n+2}}$$ we have $$ J(n) \geq \sum_{k=2}^{n}\frac{1}{k\sqrt{k}} $$ hence $$ \sum_{k=1}^{n}\frac{1}{k\sqrt{k}}\leq \color{red}{1+\sqrt{\frac{8}{3}}} < 3.\tag{UpperBound} $$ This bound is pretty sharp: the actual difference between $\zeta\left(\frac{3}{2}\right)$ and $1+\sqrt{\frac{8}{3}}$ is just a bit greater than $0.02$.