The function I am trying to prove is $\exp(-2\lvert j-k\rvert)$.
Here is what I have tried; $\sum_{j=1}^n \sum_{k=1}^n\ a_j \bar{a_k}\exp(-2\lvert j-k\rvert)$
=$\sum_{j=1}^n \sum_{k=1}^n\ a_j \bar{a_k}\exp(-2\lvert j-k\rvert)$
=$\sum_{j>k} \ a_j \bar{a_k}\exp(-2j)\exp(2k)+\sum_{k>j} \ a_j \bar{a_k}\exp(2j)\exp(-2k) + \sum_{j=k} \lvert a_j\rvert^2$
but I am not sure if it is the right path or not.
This answer follows the lines of the proof of Bochner's theorem that I mentioned in the comment. Since $$ e^{-2|\xi|}=\frac1{\pi}\int_{-\infty}^\infty e^{-2i \xi t}\frac{dt}{1+t^2}, $$ we have $$\begin{align*} \sum_{j,k}a_j\bar a_ke^{-2|x_j-x_k|}&=\frac1{\pi}\int_{-\infty}^\infty \sum_{j,k}a_j\bar a_ke^{-2i (x_j-x_k) t}\frac{dt}{1+t^2}\\&=\frac1{\pi}\int_{-\infty}^\infty \left|\sum_j a_j e^{-2ix_jt}\right|^2\frac{dt}{1+t^2}\\&\ge 0. \end{align*}$$ So $x\mapsto e^{-2|x|}$ is non-negative definite.
Note: What you indeed need to show is $\sum_{j,k}a_j\bar a_ke^{-2|x_j-x_k|}\ge 0$ for every $(a_j)_{j=1}^n$ and $(x_j)_{j=1}^n$. We cannot restrict to $x_j=j$.