Some time ago, as a by-product of a proof, I came across an odd (at least to me) identity for reducing the factorial of an even number into a sum:
$$(2n)!=\sum_{k=0}^{\lfloor \frac{n}2 \rfloor} \frac{2^{n-2k} (n!)^3}{(n-2k)!\,(k!)^2}$$
I was wondering how one might go about to prove this directly (not as the by-product of my proof), and thought this might be an interesting challenge to play around with. For example, it doesn't seem very suited for induction, as the additional factors incurred from $n\to n+1$ are different for each summand.
Three remarks:
- I tried to search for this identity without success, and would be interested in a reference if someone has seen similar things show up somewhere else.
- Edit: I've successfully checked this identity with a Maple script up to $n=1000$, which makes me quite certain that I've not made a mistake in the proof (the indirect version mentioned above).
- If this challenge turns out to be too easy, I have a more complicated variant to offer. Edit2: After Semiclassical solved the question, I have posted the other one here.