I'm a little confused on how convolution of formal series works mostly the indexing. This is the problem I'm working on.
Let $n$ and $k$ be fixed. Calculate $$\sum_{i=0}^{n}(-1)^{i}\binom{n}{i}i^{k}$$
My idea was to use generating functions I got
$$A(x)=\sum_{n\geq 0}\left(\sum_{i=0}^{n}(-1)^{i}\binom{n}{i}i^{k}\right)x^{n}$$ This looks like the convolution of two series, $(-1)^{i}i^{k}$ and $\binom{n}{i}$.
But I'm confused on the indexing. Would
$A(x)=B(x)C(x)$ where $B(x)=\sum_{n\geq0}\binom{n}{n-i}x^{n}$ and $C(x)=\sum_{n\geq0}(-1)^{n}n^{k}$? I think $B(x)$ is incorrect but what should be the index for $B(x)$?
Thanks.