How to represent factorial as a product notation?

4.8k Views Asked by At

Original question: Is there any way to write $x!$ as a Pi notation? $$x!=\prod\text{?}$$

The answer should have been obvious $$x!=\prod_{r=1}^xr$$

Now I have an additional question:

Is it possible to write $\left(2(\ x+1 )\ \right)!$ as a product notation? $$(2(x+1))!=\prod?$$

3

There are 3 best solutions below

3
On BEST ANSWER

You can write like this:
$$x!=\prod_{r=1}^x\text{r}$$

For additional question:

$$(2x+2)!=\prod_{r=1}^{(2x+2)}\text{r}$$

0
On

It is possible. We have definition of n! as product (r), running from 1 to n. I hope you asked for this pardon otherwise.

0
On

For a non-integer number,

$n!=\prod_{k=1}^{\infty}\left( \frac{k+1}{k}\right)^{n}\frac{k}{n+k}.$