The coefficients you are looking for are those you find in the matrix power :
$$\begin{pmatrix}1&0\\1&1\end{pmatrix}^n=\begin{pmatrix}1&0\\n&1\end{pmatrix}\tag{1}$$
Therefore, your final composition of functions is
$$f(\ell):=\dfrac{\ell}{n\ell+1}\tag{2}$$
This is due to the classical correspondence :
$$f(x):=\dfrac{ax+b}{cx+d} \ \ \leftrightarrow \ \ M_f=\begin{pmatrix}a&b\\c&d\end{pmatrix}$$
which induces a homomorphism between composition of "homographic" functions and matrix product (up to a factor)
$$f_1 \circ f_2 \ \ \leftrightarrow \ \ M_{f_1}M_{f_2}$$
Proof : (I take $x$ instead of $\ell$, not usual).
$$\dfrac{a \tfrac{ex+f}{gx+h} +b}{c\tfrac{ex+f}{gx+h} +d}=\dfrac{a(ex+f)+b(gx+h)}{c(ex+f)+d(gx+h)}=\dfrac{(ae+bg)x+(af+bh)}{(ce+dg)x+(cf+dh)}$$
where you recognize the coefficients of the product of matrices :
$$\begin{pmatrix}a&b\\c&d\end{pmatrix}\begin{pmatrix}e&f\\g&h\end{pmatrix}.$$
Caution : The last equality in (1) necessitates a (rather easy) reasoning by induction.