I want to find the PGF of $Z_t$ where $Z_t$ is the number of individuals in generation $t$ (in Galton-Watson process).
The offspring distribution for this Galton-Watson tree is given by $X \overset{d}{=}Geometric(p)$, i.e. $Pr(X = k) = p(1-p)^{k}$ for $k = 0,1,2,\dots$.
How can I find $G_{Z_t}(s)$ under the above conditions?
Any hint or solutions are more than welcome!