I want to express $$\prod_{k=1}^n \left( k - \frac{1}{2} \right)$$ using the gamma function. I think this is equivalent to $\left(k-\frac{1}{2}\right)!$ so I set $a=k-1$ and then used the identity $$\Gamma \left(n+\frac{1}{2}\right) = {(2n)! \over 4^n n!} \sqrt{\pi}$$ to get $$\prod_{k=1}^n \left( k - \frac{1}{2} \right) = \left(a+\frac{1}{2}\right)! = {\Gamma(2k - 1) \over 4^{k-1} \Gamma(k)} \sqrt{\pi}$$ However, Wolfram Alpha disagrees with this much more succinct answer: $$\frac{\Gamma\left(k+\frac{1}{2}\right)}{\sqrt{\pi}}$$
Wolfram Alpha's answer looks more like the integer relation between gamma and factorial... except for the factor of $\sqrt{\pi}$ that I'm at a loss to explain. How do I get from my finite product to this expression?
Define $a_n:=\prod_{k=1}^n\left(k-\frac 12\right)$. From the relationship $\Gamma(x+1)=x\Gamma(x)$ for $x$ positive, we derive $$k-\frac 12=\frac{\Gamma(k+1-1/2)}{\Gamma(k-1/2)},$$ hence the product which defines $a_n$ is telescopic. We obtain $$a_n=\frac{\Gamma(n+1/2)}{\Gamma(1/2)}.$$ Since $\Gamma(1/2)=\sqrt\pi$, we get the same formula as Wolfram Alpha.