Let $(a_n)$ be a sequence such that $(a_n+a_{n+1})$ is convergent. Prove that $(a_n/n)$ converges to $0$.
$(a_n+a_{n+1})$ convergent to $L$ means that for all $\epsilon$, there exists $N$ such that for all $n\geq N$, $|L-a_n-a_{n+1}|<\epsilon$, or in other words $L-\epsilon<a_n+a_{n+1}<L+\epsilon$. How to proceed from here?