I am trying to evaluate the following sum :
$S=\displaystyle\sum_{k=0}^n(-1)^{n+k}{n\choose k} {{n+k}\choose n} \frac{1}{k+2}$
which is the same as
$\displaystyle\sum_{k=0}^n(-1)^{n+k}{n\choose k} {{n+k}\choose k} \frac{1}{k+2}$
My approach so far has been aimed at converting this sum to a known form (given as a standard result in Integrals and series by Prudnikov et.al.)
$\displaystyle\sum_{k=1}^n(-1)^{k+1}{n\choose k} {{n+k}\choose k} \frac{1}{k}=\sum_{k=1}^n\frac{1}{k}$
I thought of combining the like terms ${n\choose k} {{n+k}\choose k}$ in the two series but that again depends on whether $n$ is even or odd. Any suggestion to proceed further ?
There is a neat trick. The shifted Legendre polynomials fulfill $$ Q_n(x)=P_n(2x-1)=\sum_{k=0}^{n}(-1)^{n+k}\binom{n}{k}\binom{n+k}{k}x^k \tag{1}$$ hence our sum is given by $$ S_n=\sum_{k=0}^{n}(-1)^{n+k}\binom{n}{k}\binom{n+k}{k}\frac{1}{k+2}=\int_{0}^{1}x\, Q_n(x)\,dx \tag{2}$$ and $$\boxed{\quad S_0=\frac{1}{2},\qquad S_1=\frac{1}{6},\qquad S_{n\geq 2}=0\quad}\tag{3} $$ follow from $x=\frac{Q_0(x)+Q_1(x)}{2}$ and the orthogonality relations for Legendre polynomials.