How to find an asymptotic formula for the following sum: $$ \sum_{k=0}^n(-1)^k{n\choose k}\frac{n!2^k}{(n-k)!}(2n-2k)! $$ when $n\to\infty$?
If we set $S_k:={n\choose k}\frac{n!2^k}{(n-k)!}(2n-2k)!$, then we know that $S_k$ is a nonnegative decreasing sequence with regard to $k$. I have tried to bound the sum by the first three terms as upper bound and the first four terms as the lower bound but still cannot get an asymptotic formula. I mean this series goes very slow when $k$ grows larger.
And this formula is deduced from the inclusion-exclusion principle and that's why we have the alternating $1, -1$.
So in general, I am curious how to find an asymptotic formula when we use the inclusion-exclusion formula to get the explicit formula.
I have referred to this MO post but nothing in that post works to me.
Remark: Also, please give me a hint on the problem or you may describe the methods generally, please leave me to finish the details. Thank you!