I'm looking for an asymptotic equivalent of
$$\sum_{0 < k \le n} \frac{2^k}{k}$$
as $n \to \infty$. A plausible candidate seems to be $\frac{2^{n+1}}{n+1}$ (WolframAlpha plot, and the intuitive similarity with $\sum_{k \le n} 2^k = 2^{n+1}$ is also appealing), but my usual tricks seem powerless here.
I've tried:
- Interpreting $x^k/k$ as the primitive of $x^{k-1}$ and setting $x=2$
- Replacing $2^k/k$ with $\int_{x=0}^2 x^{k-1}$
- Reordering the sum's terms to expose log-resembling sub-sums like $\sum_k 1/k$
- Finding lower and upper bounds asymptotically equivalent to $\frac{2^{n+1}}{n+1}$ -- the lower bound is easy ($\sum\limits_{k \le n} \frac{2^k}{k} \ge \sum\limits_{k \le n} \frac{2^k}{n+1} \ge \frac{\sum\limits_{k \le n} 2^k}{n+1} \ge \frac{2^{n+1}}{n+1}$), but the upper bound seems trickier (I couldn't think of a sequence $\varepsilon_k \in o(2^k/k)$ that would make it easy to estimate $\sum_{0 < k \le n} 2^k/k - \varepsilon_k$)
- ... and a few others, to no avail
Any hints?
For every $n$, $$S_n=\sum_{k=1}^n\frac1k2^k\geqslant\sum_{k=1}^n\frac1n2^k=\frac1n(2^{n+1}-1).$$ On the other hand, for every $u$ in $(0,1)$, $$S_n=\sum_{k\lt un}\frac1k2^k+\sum_{un\leqslant k\leqslant n}\frac1k2^k\leqslant\sum_{k\lt un}2^k+\sum_{un\leqslant k\leqslant n}\frac1{un}2^k\leqslant2^{un+1}+\frac1{un}2^{n+1}.$$ Thus, $$ 2-\frac1{2^n}\leqslant\frac{n}{2^n}S_n\leqslant\frac2u+\frac{2n}{2^{(1-u)n}} $$ which implies $$2\leqslant\liminf_{n\to\infty}\frac{n}{2^n}S_n\leqslant\limsup_{n\to\infty}\frac{n}{2^n}S_n\leqslant\frac2u$$ This holds for every $u\lt1$ hence
(Which confirms your intuition.)
Likewise, for every real number $\alpha$, $$\lim_{n\to\infty}\frac{n^\alpha}{2^n}\sum_{k=1}^n\frac{2^k}{k^\alpha}=2.$$ Likewise (bis), for every real number $x\gt1$ and every real number $\alpha$,