I would like to investigate the convergence of
√1+√2+√3+√4+√…
Or more precisely, let a1=√1a2=√1+√2a3=√1+√2+√3a4=√1+√2+√3+√4⋮
Easy computer calculations suggest that this sequence converges rapidly to the value 1.75793275661800453265, so I handed this number to the all-seeing Google, which produced:
Henceforth let us write √r1+√r2+√⋯+√rn as [r1,r2,…rn] for short, in the manner of continued fractions.
Obviously we have an=[1,2,…n]≤[n,n,…,n]⏟n
but as the right-hand side grows without bound (It's O(√n)) this is unhelpful. I thought maybe to do something like:
an2≤[1,4,4,4⏟3,9,9,9,9,9⏟5,…,n2,n2,…,n2⏟2n−1]
but I haven't been able to make it work.
I would like a proof that the limit lim
exists. The methods I know are not getting me anywhere.
I originally planned to ask "and what the limit is", but OEIS says "No closed-form expression is known for this constant".
The references it cites are unavailable to me at present.
Answer
For any n\ge4, we have \sqrt{2n} \le n-1. Therefore
\begin{align*} a_n &\le \sqrt{1+\sqrt{2+\sqrt{\ldots+\sqrt{(n-2)+\sqrt{(n-1) + \sqrt{2n}}}}}}\\ &\le \sqrt{1+\sqrt{2+\sqrt{\ldots+\sqrt{(n-2)+\sqrt{2(n-1)}}}}}\\ &\le\ldots\\ &\le \sqrt{1+\sqrt{2+\sqrt{3+\sqrt{2(4)}}}}. \end{align*}
Hence \{a_n\} is a monotonic increasing sequence that is bounded above.
No comments:
Post a Comment