I am wondering if the following finite product has a nice closed form. This appears to be related to this question (if the numerator and denominator can be put into closed form seperately), but this one seems more complicated. Unfortunately this is not really my area, so I don't have much in the way of work to show. Let $n$ and $k$ be fixed positive integers with $k<n$.
$$\prod_{j=1}^k\frac{n+j}{n-j}$$
The product can be written as the ratio of two binomial coefficients: $$\prod_{j=1}^k\dfrac{n+j}{n-j}=\frac{\frac{\prod_{j=1}^k(n+j)}{k!}}{\frac{\prod_{j=1}^k(n-j)}{k!}}=\frac{\binom{n+k}{k}}{\binom{n-1}{k}}.$$ Does it help?