According to Mathworld's Quadratic Map, there is no general explicit solution to the following quadratic map : $$ z_{n+1} = z_n^2 + c ~, ~z_0 = 0$$ However, if $c=0$, the solution is quite obvious.
So I want to know if there are known explicit solutions for some other values of $c$ and with different $z_0$ value.
(Actually, what I need to know is when $c=1/4$ and $z_0 \in (-1/2,1/2)$, but just got curious about other cases too. $c$ and $z_0$ may range complex numbers.)
Let's make a substitution $y_{n}=z_n+a$, then $$y_{n+1}=y_n^2-2ay_n+a^2+a+c.$$ Selecting $a$ to eliminate the free term, i.e. $a^2+a+c=0$ we can rewrite the recurrence as: $$ \frac{y_{n+1}}{2a}=-2a\,\frac{y_{n}}{2a}\left(1-\frac{y_{n}}{2a}\right) $$ This is a logistic recurrence of the form $x_{n+1}=rx_n(1-x_n)$ with $r=-2a$. According to Mathworld's Logistic Map, exact solutions (with real $r$) are only known for $r=\pm2,4$. They are of the form $$x_n=\frac12\left(1-f(r^nf^{-1}(1-2x_0))\right)$$ with some function $f$, $f^{-1}$ is its inverse ($f=e^x$ for $r=2$ and $\cos x$ for $r=4$).
For $c=\frac14$ we have $a=-\frac12$ and $r=1$, so it is not one of them. Explicitly, the only known good values for $c$ are $0$ and $-2$. If Wolfram's conjecture about logistic recurrence is correct they are the only ones (with real $r$). Another known value with exact solutions is $c=i$ (with complex $r$). For generic $r$ the dynamics is chaotic.