Expand the function $f(x)=\ln(1+x+x^2+x^3)$ into a power series.
This is my solution: with $|x| <1$ we have $$\ln(1+x+x^2+x^3)=\ln\left(\dfrac{1-x^4}{1-x}\right)=\ln(1-x^4)-\ln(1-x) \\=-\sum_{n=1}^{\infty} \dfrac{x^{4n}}{n}+ \sum_{n=1}^{\infty} \dfrac{x^{n}}{n}=(1-x^4)\sum_{n=1}^{\infty} \dfrac{x^n}{n}$$
Is the last series called a power series? Anyone help me please?