I want to express how many ways you can arrange $k$ things in $n$ places.
$$\prod\limits_{k=k}^n k = k (k+1) (k+2)\cdots(n-1) n$$
Edit (added) { The example from which I started thinking about this was placing 3 different letters(always placing each one, and with no repetition, so after arranging,two spaces are left empty) in 5 places. The equivalent form of what I'm asking for would be $\frac{n!}{(n-k)!}$ I think. }
1) Is this a valid product notation (mainly referring to the $k = k$)? If not, why?
2) Is the expression correct for that purpose?
If not: a) how it should be? b) Does it express other thing?