Let $f(x)=\frac 1 {(1-x)^2}$,find the coefficients $a_0, a_1, a_2, \ldots$ in the expansion $f(x)=\sum_{k=0}^\infty a_k x^k$
Solution is using theorem
Let $f(x)=\sum_{k=0}^\infty a_k x^k,\quad g(x)=\sum_{k=0}^\infty b_k x^k$
$$\Rightarrow f(x)g(x)=\sum_{k=0}^\infty \left ( \sum_{j=0}^k a_j b_{k-j} \right) x^k$$
And the solution is given as -: $$\frac 1 {(1-x)^2}=\sum_{k=0}^\infty \left ( \sum_{j=0}^k 1 \right )x^k = \sum_{k=0}^\infty (k+1) x^{k+1} $$
Not getting how to get 1in second summation..please explain ! -