PrimeProduct

Input: PrimeProduct(f(p), For(p))
$$\prod_{p} f(p)$$

The product of $f(p)$ taken over all prime numbers $p$.

Input: PrimeProduct(f(p), For(p), P(p))
$$\prod_{P(p)} f(p)$$

The product of $f(p)$ taken over all prime numbers $p$ satisfying the predicate $P(p)$.

Last updated: 2020-03-06 00:22:16