For some value of $k$, $a_j=0$ for all $j\leq k$. Then, for $n\geq 1$,
$$a_{n+k}=\frac{n}{n+k}-\frac{1}{n+k}\sum_{i=k+1}^{n+k}a_i$$
What is a closed form for $a_k$?
I found that $$a_{n+k}=\frac{n}{n+k}-\frac{1}{n+k}a_{n+k}-\frac{1}{n+k}\sum_{i=k+1}^{n+k-1}a_i$$ so that $$\frac{n+k+1}{n+k}a_{n+k}=\frac{n}{n+k}-\frac{1}{n+k}\sum_{i=k+1}^{n+k-1}a_i$$ and $$a_{n+k}=\frac{n}{n+k+1}-\frac{1}{n+k+1}\sum_{i=k+1}^{n+k-1}a_i$$ But I don't know where to go from here. I calculated the first few terms, but I couldn't find a pattern. Can anyone help me out?