$$\binom{n}{k}=\frac{n!}{k!(n-k)!}$$ The expression above is also known as binomial coefficient. Is there a similar naming convention that describes the one below? $$k!\binom{n}{k}=\frac{n!}{(n-k)!}$$
Asked
Active
Viewed 75 times
3
-
4It's sometimes referred to as $P^n_k$, the permutation of $k$ objects from a given group of $n$ – Sep 17 '18 at 13:22
2 Answers
8
$\displaystyle \frac{n!}{(n-k)!} = k!\binom{n}{k} = n(n-1)(n-2)\cdots (n-k+1)$ is the falling factorial.
lhf
- 216,483
-
2It is sometimes denoted $n^{\underline k}$ to illustrate the parallels with exponentiation (instead of multiplying k copies of n, it is k shifted copies) – Mike Earnest Sep 17 '18 at 13:50
1
If the choose function is defined as: $$C(n,r)=\frac{n!}{r!(n-r)!}$$ And the permutation function is defined as: $$P(n,r)=\frac{n!}{(n-r)!}$$ then you are looking at the permutation function
Henry Lee
- 12,215
-
https://www.mathplanet.com/education/algebra-2/discrete-mathematics-and-probability/permutations-and-combinations – Henry Lee Sep 17 '18 at 14:54
-