I'm trying to construct a norm on the space $\mathcal{D}(\Omega) := \{ f \in C^\infty(\Omega) | f $ is compactly supported on $ \Omega \}$ where $\Omega$ is an open subset of $\mathbb{R}$. I want this norm to include, somehow, the $L^\infty$-norms of all the derivatives of the smooth function to which it is applied. Specifically, I want to be able to encapsulate the statement
"$f_n$$^{(m)} \rightarrow f^{(m)} ($as $n \rightarrow \infty)$ uniformly for all non-negative values of $m$."
as the statement
"$\|f_n - f\| \rightarrow 0$ $(n \rightarrow \infty)$.",
where $\|\cdot\|$ denotes my desired norm.
So far I've considered trying to write it as something along the lines of
\begin{align}\|f\| := \sum\limits_{m \in \mathbb{N}} \frac{1}{m!} \|f^{(m)}\|_\infty, \end{align} where $\|\cdot\|_\infty$ denotes the usual $L^\infty$-norm. I am very unsure of the validity of this sort of "definition", as I can't see how to prove that this (or a related/similar) series converges. Any help on this would be greatly appreciated! Thanks in advance.