I have $D_0=1+z^2$ and $D_{j}=1+z^2(1-1/D_{j-1})$ for $j>0$. I want to write an expression for arbitrary $D_k$, and what I have is below. $D_{k}=1+z^2\Bigg(1-\bigg(1+z^2\big(1-(1+z^2(1-(\cdots(1+z^2)^{-1}\cdots)^{-1})^{-1})^{-1}\big)^{-1}\bigg)^{-1}\Bigg)$
Is there better notation I can use to make this more precise/clear?
To expand upon my comment to @BarryCipra's answer ...
Multiplying numerators and denominators by $(1-z^2)$ gives
$$D_0 = \frac{1 - z^4}{1 - z^2} \qquad D_1 = \frac{1 - z^6}{1-z^4} \qquad D_2 = \frac{1-z^8}{1-z^6}$$
We can show that the pattern continues.
Assuming
we have $$ \begin{align} D_{j+1} &= 1 + z^2\left(\; 1 - \frac{1 - z^{2j+2}}{1 - z^{2j+4}} \;\right) \\[6pt] &= 1 + z^2 \; \frac{z^{2j+2} - z^{2j+4}}{1-z^{2j+4}} \\[6pt] &=\frac{1 - z^{2j+4} + z^{2j+4} -z^{2j+6}}{1-z^{2j+4}}\\[6pt] &=\frac{1 -z^{2(j+1)+4}}{1-z^{2(j+1)+2}} \end{align}$$ so that $(\star)$ holds for all $j$, by induction. $\square$