So I calculated the first, second, third, and fourth derivatives. I got $E(X^1)=0$, $E(X^2)=2$, $E(X^3)=0$, and $E(X^4)=12$. These derivatives are quite long to compute at this point, so I m wondering if there is an easier way to go about this to obtain a formula for the evens.
You could use the Taylor series expansion:
$$\frac{1}{1-t^2} = \sum_{k=0}^\infty t^{2k}$$
However, this is a bit of a circular reasoning since the Taylor series expansion is itself derived by computing the derivatives. In that case you can just as well look up directly a formula for the higher order moments of the Laplace distribution.
You might find that Taylor series expansion indirectly - not using $f(x) = \sum_{n=0}^\infty f^{(n)}/n! t^k $ - by instead using the formula for a geometric series.
However, you could also 'manually' derive the derivatives (that means straight forward computation using chain rule and product rule) and when you look at the pattern of the terms then you will find that many of the terms become zero and a regular pattern emerges.
Say we substitute $u = t^2$ then the derivation it looks simpler:
$$ \frac{\text{d}^n}{\text{d}u^n} \frac{1}{(1-u)} = \frac{n!}{(1-u)^n}$$
Now use Faà di Bruno's formula (chain rule but then applied several times):
$$ \frac{\text{d}^n}{\text{d}t^n} \frac{1}{(1-u)} = \sum_{k=1}^n \frac{k!}{(1-u)^k} \cdot B_{n,k}(2t,2,0,...,0)$$
where $B_{n,k}$ refers to Bell polynomials. Most of the terms will be zero and you get
$$ \frac{\text{d}^{2n}}{\text{d}t^{2n}} \frac{1}{(1-t^2)} = \sum_{k=0}^n c_{nk} \frac{t^{2k}}{(1-t^2)^{1+n+k}}$$
with
$$c_{nk} = 2^{2k} \frac{(2n)! \cdot (n+k)!}{(n-k)! \cdot (2k)!} $$
and for the value at $t=0$ you have
$$ \frac{\text{d}^{2n}}{\text{d}t^{2n}} \frac{1}{(1-t^2)} = c_{n0} = (2n)! $$