I wish to find the general formula for the following power series:
$\dfrac{1}{(1+x)^3}=1-3x+6x^2-10x^3+15x^4-21x^5+28x^6...$
The difference between the first and second term is $2$ The difference between the second and third term is $3$ The difference between the third and fourth term is $4$ The difference between the fourth and fifth term is $5$
and so on.
How do you find the general formula for this series? It is not quite an arithmetic series, and definitely not a geometric series, so what should I do?
In general, evaluating the Taylor expansion of your function in a neighborhood of $0$ yields to $$\frac{1}{(x+1)^3} = \sum_{n=0}^{+\infty}\frac{f^{(n)}(0)}{n!}x^n =\sum_{n=0}^{+\infty} a_n x^n,$$
where $a_n = \frac{f^{(n)}(0)}{n!}.$
In your case, it can be proven using binomial series that:
$$a_n = (-1)^{n} \frac{(n+1)(n+2)}{2}.$$
Indeed, it is well-known that:
$$(1-z)^{-\alpha} = \sum_{n=0}^{+\infty}{{n + \alpha - 1}\choose{n}}z^n.$$
Therefore: $$\begin{align*}(1-(-x))^{-3} &= & \sum_{n=0}^{+\infty}{{n + 2}\choose{n}}(-x)^n = \\ & = & \sum_{n=0}^{+\infty}\frac{(n+2)!}{n!2!}(-1)^n x^n = \\ & = & \sum_{n=0}^{+\infty}\left[\frac{(n+1)(n+2)}{2}(-1)^n\right]x^n.\end{align*}$$