How to prove: $$\sum _{n=0}^{\infty} \frac{1}{(n+1) (n+2)} \left(\frac{1}{\lfloor n \phi \rfloor +2}+\frac{1}{\lfloor n \phi ^{-1} \rfloor +2}\right)=\frac{3}{4}$$ Here $\phi=\frac{1+\sqrt 5}{2}$ and $\lfloor \cdot \rfloor$ the floor function. I suspect this is related to number theory (continued fractions) which I'm not familiar with. Any help will be appreciated.
Update: Here is a related problem, solved by similar techniques.
The term for $n=0$ gives us $\frac 1 2$.
For the others, use $\frac 1{(n+1)(n+2)} = \frac 1 {n+1} - \frac 1{n+2}$ break the sum into: $$ \sum_{n=1}^\infty \frac 1{(n+1)(\lfloor n\phi\rfloor + 2)} - \sum_{n'=1}^\infty \frac 1 {(n'+2)(\lfloor n'\phi\rfloor + 2)} + \sum_{m'=1}^\infty \frac 1{(m'+1)(\lfloor m'\phi^{-1}\rfloor + 2)} - \sum_{m=1}^\infty \frac 1 {(m+2)(\lfloor m \phi^{-1}\rfloor + 2)}.$$ Note that each sum is absolutely convergent so there are no issues here. Next, use the following result.
Back to the problem. We see that every term in the first sum occurs in the fourth. Specifically, if $m = \lfloor n \phi\rfloor$ then $(m+2)(\lfloor m\phi^{-1}\rfloor + 2) = (\lfloor n\phi\rfloor + 2)(n + 1)$. Likewise, if $m' = \lfloor n'\phi\rfloor + 1$ then $(m'+1)(\lfloor m'\phi^{-1}\rfloor + 2) = (\lfloor n'\phi\rfloor + 2)(n' + 2)$. This results in a whole lot of cancellations, and the surviving terms are: $$- \sum_{m\in A} \frac 1 {(m+2)(\lfloor m\phi^{-1}\rfloor + 2)} + \sum_{m' \in B} \frac 1 {(m'+1)(\lfloor m'\phi^{-1}\rfloor + 2)}, $$ where $A$ (resp. $B$) is the set of positive integers not expressible as $\lfloor n\phi\rfloor$ (resp. $\lfloor n'\phi\rfloor + 1$). Note that $B = \{1\} \cup \{m+1 : m\in A\}$. The case $1\in B$ gives us $\frac 1 4$. For the remaining terms, we claim that for all $m\in A$, we have $\lfloor (m+1)\phi^{-1}\rfloor = \lfloor m\phi^{-1}\rfloor$ which completes the proof since the two sums cancel each other out.