Find the smallest possible value of $\lambda$ such that for all sequences $(a_n)_{ n \in \mathbb{N}}$ of positive reals such that $\sum_{n=1}^{\infty} \frac{1}{a_n}$ converges, the following inequality holds:
$\sum_{n=1}^{\infty} \frac{n}{\sum_{k=1}^{n}a_k} \le \lambda \sum_{n=1}^{\infty} \frac{1}{a_n}$
(*)
It is not hard to show using Cauchy-Schwarz and some simple bounding that $\lambda=2$ works.
However showing that $\lambda \ge 2$ is more difficult. What we need to do is for every $\epsilon>0$ exhibit a sequence $(a_n)$ such that $\sum_{n=1}^{\infty} \frac{1}{a_n}$ converges and
$\frac{\sum_{n=1}^{\infty} \frac{n}{\sum_{k=1}^{n}a_k}}{\sum_{n=1}^{\infty} \frac{1}{a_n}} \ge 2-\epsilon$.
(**)
Note that if we do not impose that $\sum_{n=1}^{\infty} \frac{1}{a_n}$ converges, we have equality of partial sums in (*) with the sequence $s_k$ given by $a_n=k*n$ for all $n$, where $k$ is a constant. So the idea is to construct a sequence $t$ which goes to infinity slightly faster than $s$ and which looks "locally" like $s_k$ for some $k$.
I have constructed a rather complicated sequence $t$ based on this idea but I have not yet worked out the details to prove it works.
Is there a simple construction of $a_n$ which satisfies (**)?
$$ \lim_{T\to +\infty}\frac{\sum_{n>T}\frac{n}{A_n}}{\sum_{n>T}\frac{1}{a_n}} =\lim_{T\to +\infty}\frac{T a_T}{A_T}=\lim_{T\to +\infty}\frac{a_{T+1}+T(a_{T+1}-a_T)}{a_{T+1}}=1+\beta$$ as soon as $\frac{a_T}{T^\beta}$ is convergent to a non-zero constant. In the shown example, $\beta=2$.
– Jack D'Aurizio Dec 16 '17 at 19:43