Is it always possible to express the Taylor series with summation notation?
For example, for $f(x) = x^2 \cos(x^2)$, the series will be as:
$$f(x) = x^2 - \frac{360}{6!}x^6 + \frac{151200}{10!}x^{10}+\dots$$
and I can't find the correct summation notation.
EDIT:
Thanks for the two great answers. One thing remains that I pick the correct answer, is it always true, or a conjecture?
It is always possible to express a Taylor series in summation notation, but maybe not in a form you'd like. This is because the definition of Taylor series is itself in summation notation. That is, we can always express the Taylor series of $f$ at $a$ (provided $f$ is infinitely differentiable at $a$) by: $$\sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!} (x - a)^n.$$ Writing it more explicitly than this can be tricky (and I'm guessing sometimes impossible to do so with elementary functions of $n$).
In your case, we can find a nice closed form for the coefficients. Start with the series for $\cos$: $$\cos(x) = \sum_{n=0}^\infty \frac{(-1)^n}{(2n)!}x^{2n}.$$ Then, substitute $x^2$ into the function: \begin{align*} \cos(x^2) &= \sum_{n=0}^\infty \frac{(-1)^n}{(2n)!}(x^2)^{2n} \\ &= \sum_{n=0}^\infty \frac{(-1)^n}{(2n)!}x^{4n}. \end{align*} Finally, multiply both sides by $x^2$: \begin{align*} x^2\cos(x^2) &= x^2\sum_{n=0}^\infty \frac{(-1)^n}{(2n)!}x^{4n} \\ &= \sum_{n=0}^\infty \frac{(-1)^n}{(2n)!}x^{4n + 2}. \end{align*} The Taylor series centred at $0$ is the only power series representation of a function centred at $0$, so the above series must be the Taylor series of $x^2 \cos(x^2)$ centred at $x = 0$.
If you want to find $f^{(m)}(0)$ for arbitrary $m$, note that the $x^m$ term is $0$ unless $m = 4n + 2$ for some $n$. So, if $m$ is not $2$ modulo $4$, then $f^{(m)}(0) = 0$. If $m = 4n + 2$ for some $n$, then $$\frac{f^{(m)}(0)}{m!} = \frac{(-1)^n}{(2n)!} \implies f^{(m)}(0) = (-1)^n \frac{(4n+2)!}{(2n)!}.$$