I am currently working on a problem related to graph theory an I came across this sum.
$ {\displaystyle a(n)=\sum _{k=0}^{\lfloor n/2\rfloor }{\frac {n!}{2^{k}(n-2k)!k!}}.} $
Can someone tell me if it is possible to get a formula for finding the nth term of this series?
Computing for the first terms, the numbers are $$\{1,2,4,10,26,76,232,764,2620,9496,35696,140152,568504,2390480,10349536\}$$ This is sequence $A000085$ at $OEIS$. They seem to be somehow related to restricted Stirling numbers of the second kind.
Looking at the page, you will find soem interesting asymptotics.