Determine the sequence associated to the following generating function: $(2x-3)^3$
I know that the sequence $\left(\begin{pmatrix} 3 \\ 0 \end{pmatrix}, \begin{pmatrix} 3 \\ 1 \end{pmatrix}, \begin{pmatrix} 3 \\ 2 \end{pmatrix}, \ldots\right)$ has the generating function $(1+x)^3$ so I know that this sequence must be similar to the one I am looking for. But I am not sure how to manage the rest. Could someone help me?
The sequence determined by a power series $\sum_{n\ge 0}a_nx^n$ is simply the sequence $\langle a_0,a_1,a_2,\ldots\rangle$. Expanding $(2x-3)^3$, we get
$$-27+54x-36x^2+8x^3\;,$$
which corresponds to the sequence $\langle -27,54,-36,8,0,0,0,\ldots\rangle$.