Is there a general closed form or the integral representation for the limit of the sequence: $$a_{n+1}=\frac{\sqrt{(a_n+b_n)(a_n+c_n)}}{2} \\ b_{n+1}=\frac{\sqrt{(b_n+a_n)(b_n+c_n)}}{2} \\ c_{n+1}=\frac{\sqrt{(c_n+a_n)(c_n+b_n)}}{2}$$ in terms of $a_0,b_0,c_0$?
$$L(a_0,b_0,c_0)=\lim_{n \to \infty}a_n=\lim_{n \to \infty}b_n=\lim_{n \to \infty}c_n$$
For the most simple case $a_0=b_0$ we have some interesting closed forms in terms of inverse hyperbolic or trigomonetric functions:
$$L(1,1,\sqrt{2})=\frac{1}{\ln(1+\sqrt{2})}$$
$$L(1,1,1/\sqrt{2})=\frac{2 \sqrt{2}}{\pi}$$
$$L(1,1,2)=\frac{\sqrt{3}}{\ln(2+\sqrt{3})}$$
$$L(1,1,1/2)=\frac{3 \sqrt{3}}{2 \pi }$$
$$L(1,1,3)=\frac{\sqrt{2}}{\ln(1+\sqrt{2})}$$
$$L(1,1,1/3)=\frac{2 \sqrt{2}}{3 \arcsin \left( \frac{2 \sqrt{2}}{3} \right)}$$
$$L(1,1,\sin 1)=\frac{2 \cos 1}{\pi -2}$$
$$L(1,1,\sin 1/2)=\frac{2 \cos 1/2}{\pi -1}$$
$$L(1,1,\cosh 1)=\sinh 1$$
$$L(1,1,\cosh 2)=\frac{\sinh 2}{2}$$
These values are obtained by Wolfram Alpha and Inverse Symbolic Calculator and checked with Mathematica.
This result seems familiar to me, but I'm pretty sure I don't know how to obtain a general closed form or even integral representation.
This question is closely related, but the sequence is very different.
Update:
It seems likely that the closed form for the special case $a_0=b_0=1$ is:
$$L(1,1,x)=\frac{\sinh \left(\cosh ^{-1}\left(x\right)\right)}{\cosh ^{-1}\left(x\right)}$$
However, the proof would be nice as well as the more general case.
Thanks to Sangchul Lee I now see that this sequence is exactly Carlson's transformation. Change:
$$a^2=A,\quad b^2=B,\quad c^2=C$$
$$A_{n+1}=\frac{1}{4} (A_n+\sqrt{A_nB_n}+\sqrt{B_nC_n}+\sqrt{C_nA_n})$$
$$B_{n+1}=\frac{1}{4} (B_n+\sqrt{A_nB_n}+\sqrt{B_nC_n}+\sqrt{C_nA_n})$$
$$C_{n+1}=\frac{1}{4} (C_n+\sqrt{A_nB_n}+\sqrt{B_nC_n}+\sqrt{C_nA_n})$$
Accoding to Wikipedia and references wherein, we have:
$$R_F(A_{n+1},B_{n+1},C_{n+1})=R_F(A_n,B_n,C_n)$$
$$R_F(A,B,C)=\frac{1}{2} \int_0^\infty \frac{dt}{\sqrt{(t+A)(t+B)(t+C)}}$$
Which is exactly the 'closed form' I wanted.
$$ \delta^{\pm}{ij,n+1}=x{i,n}\pm x_{j,n} $$
where $x_i\in {a,b,c}$ and $i\neq j$ then
$$ \delta^{+}{ij,n+1}\delta^{-}{ij,n+1}=(\delta^+{ij,n})^2((\delta{ik,n}^+)^2-(\delta_{jk,n}^+)^2)=(\delta^+{ij,n})^2(\delta^-{ij,n})^2 $$
which means that the problem can be reduced to
$$ 4(a_{n+1}^2-b^2_{n+1})=a_{n}^2-b^2_{n}\ 4(a_{n+1}^2-c^2_{n+1})=a_{n}^2-c^2_{n}\ 4(c_{n+1}^2-b^2_{n+1})=c_{n}^2-b^2_{n} $$
– tired Jan 24 '17 at 01:07