Dirac function is generalized function. However, is it possible to use taylor expansion on it? i.e., is it possible to write $$\delta(x)=\sum_{n=0}^{\infty}A_{n}x^{n}$$?
I know that it can have Fourier transform and can be represented as Legendre polynomial, but I would like to know if it can written in terms of Taylor and corresponding $A_{n}$.

The Taylor series for Dirac delta function: $$ \delta(x) = \sum_{n=0}^{\infty} A_n x^n. $$ At any point $x \neq 0, ~ A_n \equiv 0$ for all $n \ge 0$. So, the series could be useful for the case when $x = 0$. Let's write down using straightforward definition of Taylor series. $$ \delta(x) = \sum_{n=0}^{\infty} \frac{\delta^{(n)}(0)}{n!}x^n. $$ For Dirac function the following relation is true (try to prove it!): $x\delta^{(n)}(x) = -n \delta^{(n-1)}(x)$, so using this recurrent relation one finds: $$ \delta(x) = \sum_{n=0}^{\infty} \frac{\delta^{(n)}(0)}{n!}x^n = \delta(0) + \sum_{n=1}^{\infty} \underbrace{(-1)^n\left[\lim_{x\to 0} \frac{\delta(x)}{x^n}\right]}_{A_n} x^n $$ However, I don't see how this is going to help you, since you have $\delta(0)$ as a summand which is itself an infinity.
Another approach that comes to mind (and potentially could be useful) is to try to use the limit definition of Dirac function, namely $$ \delta(x) = \lim_{a \to 0}\delta_a(x), $$ where $\delta_a(x) = \frac{1}{a\sqrt{\pi}}{e^{-x^2/a^2}}$. From here you can expand this smooth function in Taylor series and get the Taylor for $\delta(x)$ as a limit.