To complete a longer a proof I could need a result of the following type:
Assume that $m \in \mathbb{N}_{\geq 2}$ is fixed and that we have a sequence $a_k$ with the property $a_k = o(2^{k/m})$ for $k \to \infty$, i.e. $\lim_{k \to \infty} \frac{a_k}{2^{k/m}} = 0$. Is there a chance to show, that
$\sum_{k=1}^{\lfloor\log_2(n)\rfloor} a_k = o(n^{1/m})$ for $n \to \infty$
holds true?
Probably the result is either false or trivial to prove, but I'm neither able proving it nor finding a counterexample.
Any help, hints or suggestions would be great.
Thanks in advance.