For which values of $k$ does the following product not evaluate to an integer: $$\prod_{n=2}^{k} n-\frac{1}{n}$$
I find it somewhat surprising that it not only can evaluate to an integer, but also that it does so most of the time.
The only values of $k$ that I could find so far, such that it does not evaluate to an integer are $2$ and $18$. Do these numbers have any special characteristics which would explain this?
$$\prod_{n=2}^k \frac{(n+1)(n-1)}{n} = \frac{\frac{(k+1)!}{2}\cdot(k-1)!}{k!} = \frac{(k+1)(k-1)!}{2} $$ The only number for which it can't be an integer is $k=2$, and that's indeed the case.