I'm looking for some hints on proving the following (either directly or by induction):
$$ \sum_{k={0}}^{l/2} \frac{(-1)^k(2l-2k)!}{k!(l-k)!(l-2k)!} =2^l $$
I do know it is actually true from various sources, none of which have bothered to show me how it is done, so I wanted to try to prove it on my own. However, it seems to be out of the range of my current mathematical ability.
I tried using some blasphemous form of combinatorics and subsequently Pascal's Identity to simplify this and it did not end well:
$$ = \sum_{k={0}}^{l/2} (-1)^k \frac{(2l)!}{(l!)^2} {2l-2k \choose l} {2l-k \choose l} {2l \choose k} = \ldots = ? $$
I'm also not even sure how to prove this by induction by assuming it is true, trying the base case:
$$ l=0 \rightarrow \sum_{k={0}}^{l/2} \frac{(-1)^k(2l-2k)!}{k!(l-k)!(l-2k)!} = 2^l=2^0 $$
and then incrementing the assumed true equation from $l$ to $l+1$ $$ l=l+1 \rightarrow \sum_{k={0}}^{(l+1)/2} \frac{(-1)^k(2(l+1)-2k)!}{k!((l+1)-k)!((l+1)-2k)!} = 2^{l+1}\sum_{k={0}}^{l/2} \frac{2l+1-2k}{l+1-2k} \neq 2^{l+1} $$
I thought about using the Gamma function as well, but did not try that yet. Did I make a wrong assumption somewhere? I'm pretty sure I am missing something simple, or the solution is way out of left-field. Thoughts?