2

I am trying to determine whether the following statement is true or false.

Let $a_n$ be an unbounded, non decreasing sequence s.t. $\sum 1/\log(a_n)$ converges.

Then the series $\sum \frac{2^n}{a_n}$ conerverges.

I tried to prove the statement using the comparison test, and I get the expression $\frac{2^n \log(a_n)}{a_n}$.

Im not so sure how to go further with the calculations.

Any hints will be very appreciated.

anomaly
  • 25,364
  • 5
  • 44
  • 85
aaa bbb
  • 330

1 Answers1

1

The series $\sum\frac{2^n}{a_n}$ converges.

As shown in Ryszard Swarc's answer here, there exists an $N$ such that $a_n>e^{2n}$ for all $n>N$. For such an $N$ we then have $$\sum_{k=N+1}^{\infty}\frac{2^n}{a_n}\leq \sum_{k=N+1}^{\infty}\frac{2^n}{e^{2n}}= \sum_{k=N+1}^{\infty}\Big(\frac{2}{e^2}\Big)^n.$$

The last series is a geometric series, which converges since $\frac{2}{e^2}<1$. The claim then follows from the comparison test.