I bet all of this problem viewers know that the answer is $12 (n+1)$, but it wants us to use ordinary generating function to calculate the summation. I try to change the series into sequence $ (a_n) = (12, 24, 36, \cdots) $ and then substitute it to the P (x) as the OGF of the sequence, which $a_n = 12 (n+1)$ and that is it the coefficient of $x^n$ is the sum of the series.
But that seems doesn't right. So, do you have any idea?
A useful fact to know is that multiplication of a series $A(x)=\sum_{n=0}^\infty a_nx^n$ with the geometric series $\frac{1}{1-x}$ transforms the sequence $(a_n)_{n\geq 0}$ into a sequence of sums $\left(\sum_{k=0}^na_k\right)_{n\geq 0}$.
\begin{align*} \frac{1}{1-x}A(x)&=\frac{1}{1-x}\sum_{n=0}^\infty a_n x^n\\ &=\sum_{n=0}^\infty \left(\sum_{k=0}^n a_k\right) x^n\tag{1} \end{align*}