I'm just trying to understand how ordinary generating functions works.. For example, how can I get the sequence of this OGF:
$F(z) = \frac{z^{2}}{(1-z)^3}$
I organized it as follows:
$F(z)=\frac{z^{2}}{(1-z)^3}=z^2\left ( \frac{1}{(1-z)^3} \right )=z^2\left ( \frac{1}{(1-z)}\frac{1}{(1-z)}\frac{1}{(1-z)} \right)$
because I know the sequence of $\frac{1}{1-z}$, witch is $1, 1, 1, ..., 1, ...$
However, I'm not seeing a way to develop this any further and find a sequence.
For example, I know if $\frac{1}{(1-z)}\frac{1}{(1-z)}\frac{1}{(1-z)}$ generates the sequence $a_0, a_1, ..., a_n, ...$, when I multiply it by $z^2$ I will get the sequence $0, 0, a_0, a_1, ..., a_n, ...$, but I have no idea how to obtain the values for $a_0, a_1, ..., a_n$