I was wondering if the following recurrence formula has a closed form:
$$V_{n+1}={V_n+\Delta V\over 1+{V_n\cdot \Delta V\over C^2}}$$
where $\Delta V$ and $C$ are positive constants, $V_n$ is the velocity of the $n$-the inertial frame and the primary velocity $V_0$ is given (take it $0$ if needed).
Attempt
This sequence obviously tends to $C$ (the speed-of-light supremum of speeds of observations), so I naturally tried to crack it using $$e_n=V_n-C$$but I failed. Any idea is appreciated.
Note
The above rule determines the Relativistic Velocity-addition Formula where $V_n$ is supposed to be the velocity of the inertial frame $2$ that is moving with respect to us (inertial frame $1$) and $\Delta V$ is an increase in the speed of the moving object (or we can assume it as the relative speed of object in the inertial frame 2). My work basis is the Lorentz Transformation.
Defining $U_n := V_n/C$ and $D := \Delta V/C$, we can write the simpler-looking recurrence $$U_{n+1} = \frac{D + U_n}{1 + D\,U_n} \tag{1}$$ which bears a resemblance to the angle-addition formula for hyperbolic tangent: $$\tanh(a+b) = \frac{\tanh a + \tanh b}{1 + \tanh a\,\tanh b} \tag{2}$$ Thus, if we further define $u_n := \operatorname{arctanh U_n}$ and $d := \operatorname{arctanh D}$, then we have $$\tanh u_{n+1} = U_{n+1} = \frac{D+U_n}{1+D\,U_n} = \frac{\tanh d + \tanh u_n}{1 + \tanh d\tanh u_n} = \tanh(d+u_n) \tag{3}$$ so that $u_{n+1} = d + u_n$. Consequently, taking $V_0 = U_0 = u_0 = 0$, we have $u_n = n d$, which gives
As $n$ grows without bound (with $\Delta V/C > 0$), the $\tanh$ factor approaches $1$, so that $V_n$ approaches $C$ (as OP has observed).
Using the exponential definition of $\tanh$, we can re-write $(\star)$ as $$V_n = C \frac{e^{nd}-e^{-nd}}{e^{nd}+e^{-nd}} = C\frac{\left(e^d\right)^n-\left(e^d\right)^{-n}}{\left(e^d\right)^n+\left(e^d\right)^{-n}} \tag{4}$$ Note that $$e^d = \exp \operatorname{arctanh} D = \exp \left(\frac12\,\log\frac{1+D}{1-D}\right) = \sqrt{\frac{1+D}{1-D}} \tag{5}$$ Substituting $(5)$ into $(4)$ and simplifying ultimately gives
which agrees with @Hushus46's answer.