I recently posted an answer to a question about ways to express the factorial function as a sum. I posted the following formula, which I discovered several years ago and I haven't seen anywhere else:
$n!=\displaystyle\sum_{k=1}^n \binom{n}{k} (-1)^{n+k} k^n$
I never took the time to find a proof, and I couldn't come up with any obvious explanation, but it certainly works. It would be interesting if anyone with decent math skills (that is, better than me) could shed some light on it (provide a proof, or a clue on why it works).
I also made a brief attempt to generalize it into a series for non-integer $n$ (analogously to Newton's generalization of the Binomial Theorem) hoping to end up with the gamma function, but that seemed either impossible or above my skills.