You can certainly obtain a formal solution by treating the variables as Fourier coefficients. Multiplying every equation by $e^{ijx}$ and summing over $j$ after defining the functions
$$\{a,b,c,d,f,K\}(x)=\sum_{j=-\infty}^\infty\{a,b,c,d,f,K\}_j e^{ijx}$$
one obtains the linear system
$$\begin{pmatrix}1&1&1&0&0\\
3&2 &1-e^{-ix}&0&0\\6&3&0&1&3\\3&2&0&1&2\\0&0&0&1&1-e^{ix}\end{pmatrix}\begin{pmatrix}a(x)\\b(x)\\c(x)\\d(x)\\f(x)\end{pmatrix}=\begin{pmatrix}K(x)\\0\\0\\0\\0\end{pmatrix}$$
with the solution
$$\begin{pmatrix}a(x)\\ b(x)\\c(x)\\d(x)\\f(x)\end{pmatrix}=\frac{K(x)}{2(\cos x+2)}\begin{pmatrix}2(\cos x-1)\\ 3(1-e^{ix})\\ 3(1+e^{ix})\\ 6(\cos x-1)\\3(1-e^{ix})\end{pmatrix}$$
Now it isn't very hard to undo the Fourier series and obtain expressions for the unknown variables in terms of sums over the integers. As an example, let us find a formal expression for $a_j$.
First, note that
$$K(x)(\cos x -1)=\sum_{j=-\infty}^{\infty}(K_{j+1}+K_{j-1}-2K_j)e^{ij x}$$
It remains to extract the Fourier series of $(\cos x +2)^{-1}$. A standard complex analysis argument shows that
$$(\cos x+2)^{-1}=-\frac{\pi}{\sqrt{3}}\sum_{k=-\infty}^{\infty}(2-\sqrt{3})^{|k|}e^{ikx}:=\sum_j {W}_j e^{ijx}$$
Multiplying the two series together we get the expression
$$a_j=\sum_{\ell=-\infty}^{\infty}K_\ell(W_{j-\ell+1}+W_{j-\ell-1}-2W_{j-\ell})=2\pi(1-1/\sqrt{3})K_j+\frac{6\pi}{\sqrt{3}}\sum_{\ell\neq j}K_{\ell}(2-\sqrt{3})^{|j-\ell|}$$
Similarly we obtain solutions for the other coefficients as well.