I am facing a problem, where I have to find the partial sum of a sequence/sum and with that, the infinite sum of the sequence.
$\sum_{k=1}^{\infty}\sqrt k - 2\sqrt {k + 1} + \sqrt {k + 2} $
The problem here is that I don't know how to proceed. I would be thankful if someone would steer me in the right direction.
Hint: $$\sum _{ k=1 }^{ \infty } \sqrt { k } -2\sqrt { k+1 } +\sqrt { k+2 } =\sum _{ k=1 }^{ \infty } \left( \sqrt { k+2 } -\sqrt { k+1 } \right) +\sum _{ k=1 }^{ \infty } \left( \sqrt { k } -\sqrt { k+1 } \right) \\ $$