1

Does the sequence $t_n=\sqrt{a_1+\sqrt{a_2+\cdots+\sqrt{a_n}}} (a_k>0,k=1,2,\cdots)$ converge?

I need to prove that if $$ \limsup\limits_{n\to\infty} \dfrac{\ln\ln a_n}{n}<\ln 2, $$ the sequence $\{t_n\}$ converge. (When $a_n\le 1$, $\ln\ln a_n$ is defined to be $-\infty$.)

I have no idea about this question. But if I consider the sequence $$ p_n^{(r)} = \sqrt[r]{a_1+\sqrt[r]{a_2+\cdots+\sqrt[r]{a_n}}}, r\in\mathbb{Z}_+$$ and in particular, when $r=1$, I have that $$ p_n^{(1)} = \sum_{k=1}^n a_k, $$ thus, if $$ \limsup\limits_{n\to\infty}\dfrac{\ln a_n}{n}<0(=\ln 1), $$ it's easy to obtain that $\{p_n^{(1)}\}$ converges. I guess there is a connection but I don't know how to continue.

Any hint?

Arctic Char
  • 16,007
Yan Peng
  • 418

1 Answers1

0

This is equivalent to showing that there exists a constant $R$ such that $a_n\leq R^{2^n}$. To see this, first unwrap the $\sup$ condition you're given for large enough $n$ via:

$$\ln(\ln(a_n))/n\leq \ln(2)+\epsilon$$

for all $n\geq N$, giving $a_n\leq ce^{2^n}\leq R^{2^n}$.

Thus:

\begin{align*} \sqrt{a_1+\sqrt{a_2+\cdots+\sqrt{a_n}}}&\leq \sqrt{R^{2^1}+\sqrt{R^{2^2}+\cdots+\sqrt{R^{2^n}}}}\\ &= R\sqrt{1+\sqrt{1+\cdots+\sqrt{1}}}\\ &\leq 2R, \end{align*} and since the sequence is monotone increasing and bounded, we're done.

Alex R.
  • 32,771