In order to continue solving a probability related exercise, I have to extract the value of the constant $c$ from the following: (while $x\in \mathbb{N}$) $$\sum_{x=1}^{\infty}\frac{c}{x(x+1)(x+3)}=1$$
My first step was to decompose the above to the partial fractions: $c \cdot \sum_{x=1}^{\infty}{((\frac{1}{3x})-(\frac{1}{2(x+1)})+(\frac{1}{6(x+3)}))} = 1$
Then, tried to combine elements of the series to see if I can arrange them in a telescopic way but that failed as well.
Could you please provide a hint or a way to approach this sum calculation?