How would I find the closed form for the $n^{th}$ term of a sequence? Is there a general formula I can follow for these types of problems? Taking this sequence for example...
$$\frac{x^5}{(1-x)^4}$$
How would I find the closed form for the $n^{th}$ term of a sequence? Is there a general formula I can follow for these types of problems? Taking this sequence for example...
$$\frac{x^5}{(1-x)^4}$$
Copyright © 2021 JogjaFile Inc.
You divide out by the $x^{5}$ term, and so the coefficient of $x^{n}$ on the function you provided is the same as the coefficient of $x^{n-5}$ on $\dfrac{1}{(1-x)^{4}}$.
And so $\dfrac{1}{(1-x)^{4}} = \sum_{i=0}^{\infty} \binom{4 + i - 1}{i} x^{i}$.
So the coefficient of $x^{n}$ is $\binom{4 + n - 6}{n-5}$.