#Is it even possible to calculate this product 🤯🤯
16 messages · Page 1 of 1 (latest)
anastech
Doesn’t look too hard
Inner part is (i/i)(i/i+1)(i/i+2)…(i/n)
Then just multiply those for each i from 1 to n.
Then simplify
You can't do that really
Especially, you get to a k! product for which there is no nice expression
@boreal jungle
You can do whatever you want
There are many simplifications to be done, like taking the i out of the inner product.
$$\prod_{i=1}^n\frac{i^{n-i}i!}{n!}$$
FirstNameLastName