If $a_1 =\alpha$, $ a_2 = \beta$, and, for every $k$, $$a_{2k+1}= \frac{1} {2k} \sum_{i=1}^{2k} a_i\qquad a_{2k+2}=\left(\prod_{i=1}^{2k+1} a_i\right)^{1/(2k+1)}$$ what is the limit of the sequence $(a_k)$?, That is, what is $\lim_{n\to\infty}{a_n}?$
I think this sequence converges, but i can't find a clue to figure out its limit.
When $\alpha=\beta$, it is clear that $a_n=\alpha$ However, if $\alpha\neq\beta,$ I think i cannot calculate exactly wht $a_n$is, so I'm currently stuck.
I know that for all $k$, $\alpha \le a_k \le \beta$, and I think that this sequence converges towards somewhere close to $\min(\alpha, \beta)$ because $a_1=\alpha$, $a_2=\beta$, $a_3=\frac{\alpha + \beta}{2}$, $a_4=(\frac{\alpha\beta(\alpha+\beta)}{2})^{1/3}$, but I can't figure out what to do next.
For example, here is a sequence when $\alpha=2, \beta=4$: $$a_1=2, a_2=4, a_3=3, a_4=2.8845, a_5=2.9711, a_6=2.90162, a_7=2.95953, a_8=2.9098, a_9=2.95331, a_{10}=2.91462, a_{11}=2.9494, a_{12}=2.91776, a_{13}=2.9468, a_{14}=2.91998...$$ Edit: I think as $n$ increases, $$a_{2k+2}\le a_{2k+4}\le a_{2k+3}\le a_{2k+1}$$ Could anybody confirm this please? If this is right, $a_n$ converges to $2.9.....$
I found that the above inequality is right using mathematical induction
Let $\alpha<\beta$, then $a_3=\frac{\alpha+\beta}{2}$, $a_4=\sqrt[3]{\alpha\beta\frac{\alpha+\beta}{2}}=\sqrt[3]{(\frac{\alpha+\beta}{2}+\frac{\beta-\alpha}{2})(\frac{\alpha+\beta}{2}-\frac{\beta-\alpha}{2})(\frac{\alpha+\beta}{2})}=\sqrt[3]{(\frac{\alpha+\beta}{2})^3-A}<\frac{\alpha+\beta}{2}=a_3$ If $a_{2k+1}>a_{2k+2}$, $$a_{2k+3}=\frac{1}{2k+2}\sum_{i=1}^{2k+2}{a_i}=\frac{a_{2k+2}+a_{2k+1}+\sum_{i=1}^{2k}{a_i}}{2k+2}=\frac{a_{2k+2}+(2k+1)a_{2k+1}}{2k+2}\\\therefore a_{2k+2}<a_{2k+3}<a_{2k+1}\\a_{2k+4}=(\prod_{i=1}^{2k+3}{a_i})^{\frac{1}{2k+3}}=(a_{2k+3}\cdot (a_{2k+2})^{2k+2})^{\frac{1}{2k+3}}\\\therefore a_{2k+2}<a_{2k+4}<a_{2k+3}\\\therefore a_{2k+2}<a_{2k+4}<a_{2k+3}<a_{2k+1}$$By the mathematical induction, for all natural number $n$, $a_{2n+2}<a_{2n+4}<a_{2n+3}<a_{2n+1}$
This means that the sequence $\{a_{2n}\}$ and $\{a_{2n+1}\}$ converges, since the two sequences are monotone increasing and monotone decreasing, and the two sequences are bounded(since $\alpha<\{a_{2n}\}<\{a_{2n+1}\}<\beta$). Now I want to know whether the two limits of these two sequences are the same, which means $\{a_{n}\}$ converges.

Both $a_{2n}$ and $a_{2n+1}$ seem to approach a limit $L$ with a speed $L+C/n$. One way to speed convergence is to eliminate $C$ and $n$ from three consecutive terms: $$ x = L+\frac C{n-1}\\y=L+\frac Cn\\z=L+\frac C{n+1}\\ x-2y+z=\frac{2C}{n^3-n}\\ 2xz-yx-yz=\frac{2CL}{n^3-n}\\ L\approx \frac{2xz-yx-yz}{x-2y+z}$$ In the following diagram, the + and the x graphs have been fitted from the $a_{2n}$ sequence and the $a_{2n+1}$ sequence.
The limit seems to 2.93288, before underflow causes problems.
EDIT:
If $a_1=1-X$ and $a_2=1+X$, then $a_3=1$ and all the rest of the $a_n$ are even functions of $X$. They all approach $1$ as $X\to0$, so I tried $$a_n=1+b(n)X^2+c(n)X^4+d(n)X^6+\cdots (n\geq4)$$ By ignoring higher-order terms, it seems that $$b(4)=-1/3\\b(5)=-1/3+1/4\\b(6)=-1/3+1/4-1/5\\b(7)=-1/3+1/4-1/5+1/6$$ and this pattern continues. In the limit as $n\to\infty$, $b(n)\to\frac12-\ln2$. So an approximation to the limit, when $a_1=1-X$ and $a_2=1+X$, is $$1-(\ln2-\frac12)X^2$$ For example, if $X=\frac13$ then $a_1=\frac23$ and $a_2=\frac43$, and the limit is $1-(\ln2-\frac12)/9$. Then, when you triple $a_1$ and $a_2$, so you start with $2$ and $4$, the approximation is $$3-(\ln2-\frac12)/3\approx 2.9356$$ which is out by $0.003$.