Consider the periodic Dirichlet series that has this iterative definition:
$$\text{a1}=\frac{1}{\sqrt{1}}-\frac{1}{\sqrt{2}}-\frac{2}{\sqrt{3}}-\frac{1}{\sqrt{4}}+\frac{1}{\sqrt{5}}+\frac{2}{\sqrt{6}}+...$$
$$\text{a2}=\frac{1}{\sqrt{1}}-\frac{1}{\sqrt{2}}-\frac{2+a1}{\sqrt{3}}-\frac{1}{\sqrt{4}}+\frac{1}{\sqrt{5}}+\frac{2+a1}{\sqrt{6}}+...$$
$$\text{a3}=\frac{1}{\sqrt{1}}-\frac{1}{\sqrt{2}}-\frac{2+a1+a2}{\sqrt{3}}-\frac{1}{\sqrt{4}}+\frac{1}{\sqrt{5}}+\frac{2+a1+a2}{\sqrt{6}}+...$$
$$\text{a4}=\frac{1}{\sqrt{1}}-\frac{1}{\sqrt{2}}-\frac{2+a1+a2+a3}{\sqrt{3}}-\frac{1}{\sqrt{4}}+\frac{1}{\sqrt{5}}+\frac{2+a1+a2+a3}{\sqrt{6}}+...$$
$$...$$
continuing this iteration, will it converge to zero?
If I understand correctly, $a_1 = \sum_{j=0}^\infty (-1)^j \left((3j+1)^{-1/2} - (3j+2)^{-1/2} - 2 (3j+3)^{-1/2}\right)$, and $a_{j+1} = a_j + a_j b = a_j (1+b)$ where $b = \sum_{j=1}^\infty (-1)^j (3j)^{-1/2}$. Thus $a_n = a_1 (1+b)^{n-1}$. Now $1+b \approx .6507616$, so $|1+b| < 1$ so the sequence does converge to $0$.