I'm trying to solve the following problem:
Given generating functions $A(x)$ for sequence $a_0, a_1, a_2, \dots$ and $B(x)$ for sequence $b_0, b_1, b_2, \dots$ express the generating function $C(x)$ for sequence $c_0, c_1, c_2, \dots$ through $A(x)$ and $B(x)$. The $n$-th term for sequence $c_n = \sum_{k=0}^{[n/3]}{a_kb_{n-3k}}$.
I understand that the answer will be some sort of convolution, however, I'm struggling with getting the modified $B(x)$. I think there will something like modulo, but I can't get my head around it.
Thanks in advance.
Consider that, given $$ A(z) = \sum\limits_{n\, \geqslant \,0} {\,a_{\,n} \,z^{\,n} } \;\quad \left| {\;a_{\,n\, < \,0} = 0} \right. $$ then $$ \begin{gathered} \sum\limits_{0\, \leqslant \,k\, \leqslant \,m - 1} {A(\;e^{\,i\,k\frac{{2\,\pi }} {m}} )} = \sum\limits_{n\, \geqslant \,0} {\,a_{\,n} \sum\limits_{0\, \leqslant \,k\, \leqslant \,m - 1} {\left( {e^{\,i\frac{{2k\,\pi }} {m}} } \right)^{\,n} } \,} = \hfill \\ = \sum\limits_{n\, \geqslant \,0} {\,a_{\,n} \sum\limits_{0\, \leqslant \,k\, \leqslant \,m - 1} {\left( {e^{\,i\frac{{2n\,\pi }} {m}} } \right)^{\,k} } \,} = m\,\sum\limits_{n\, \geqslant \,0} {\,a_{\,n\,m} \,} \hfill \\ \end{gathered} $$ and $$ \sum\limits_{0\, \leqslant \,k\, \leqslant \,m - 1} {A(\;z^{\,\frac{1} {m}} \,e^{\,i\,k\frac{{2\,\pi }} {m}} )} = m\,\sum\limits_{n\, \geqslant \,0} {a_{\,n\,m} \,z^{\,n} \,} $$ Can you proceed from here?