I know that the sequence of $n!$ is $$n(n-1)(n-2)\cdots(2)(1)$$ but what would be the sequence of $n!!$?
(In the interest of clarity, this is also known as the double factorial, not to be confused with $(n!)!$, i.e. the factorial of $n!$.)
Would it be $n^2(n-1)^2(n-2)^2\cdots(2)^2(1)^2$?
for even n $n!!=\prod_{k=1}^{\frac{n}{2}} 2k=n(n-2)(n-4)...4.2$
for odd n $n!!=\prod_{k=1}^{\frac{n+1}{2}} 2k-1=n(n-2)(n-4)...3.1$