How to represent factorial as a product notation?

$\begingroup$

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?$$

$\endgroup$ 4

3 Answers

$\begingroup$

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

For additional question:

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

$\endgroup$ 3 $\begingroup$

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

$\endgroup$ $\begingroup$

For a non-integer number,

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

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like