0

In taking the power of a series

$$\left(\sum_{k=0}^{\infty} a_k x^k \right)^n = \sum_{k=0}^{\infty} c_k x^k$$

do you know an expression for $c_k$ solely in terms of the coefficients $a_k$?

Jennifer
  • 879
  • 1
  • 9
  • 17

3 Answers3

3

$c_k$ is the sum of $a_{k_1} a_{k_2} \ldots a_{k_n}$ over all ordered $n$-tuples of nonnegative integers $(k_1, \ldots, k_n)$ whose sum is $k$.

Robert Israel
  • 448,999
2

The form you seem to be seeking is $$c_k=\sum_{\substack i_0+i_1+i_2+\cdots+i_k=n\\i_1+2i_2+\cdots+ki_k=k}\binom{n}{i_0,\cdots,i_k}\prod_{j=0}^k a_j^{i_j}$$

Thomas Andrews
  • 177,126
0

This is repeated application of Cauchy Product : https://en.wikipedia.org/wiki/Cauchy_product

jimjim
  • 9,675