I'm going to write some "A-level logic" here, but I think it will help.
Take: $$f(x)=a_0+a_1x+a_2x^2+a_3x^3+\cdots$$
I noticed that:
- $f(0)=a_0$
- $f'(0)=a_1$
- $f''(0)=2a_2$
- $f'''(0)=3\cdot2a_3$
- $f''''(0)=4\cdot3\cdot2a_4$
$\qquad\vdots$
- $f^{(n)}(0)=n!a_n$
It follow from this that $a_n=\dfrac{f^{(n)}(0)}{n!}$ - you can retrieve the coefficients from the power series (IN SOME CASES - I now know)
This is a McLaurin series, it's a special case of the Taylor series and for some reason the name stuck, McLaurin's series is the name of a Taylor's series about the origin. It came after Taylor's series and McLaurin himself refuted the name, but it stuck.
The Taylor's series, as the other answers note is the 'shifted' form of this.
I write this answer because it is too long for a comment, and because it starts with an ordinary power series! At A-level, this was amazing.