"Classic" integration by parts has two functions ($u$ and $dv$; $\int udv = uv - \int vdu$). What if there is a product of $n$ functions? In other words, what's the solution to the following?
\begin{equation}\label{eq:tosolve} F(x)=\int_{a}^{b}\prod_{i=1}^{n}u_{i}(x)\:dx \end{equation}
Wikipedia's integration by parts article mentions this problem and offers an equation, but I think a few extra steps are necessary for a full solution. Wikipedia leaves us with the following product rule for $n$ functions: \begin{equation} \bigg(\prod_{i=1}^{n}u_{i}(x)\bigg)'=\sum_{j=1}^{n}u_{j}'(x)\prod_{i\neq j}^{n}u_{i}(x). \end{equation}
Integrating, this leads to
\begin{equation}\label{eq:onwiki} \bigg[\prod_{i=1}^{n}u_{i}(x)\bigg]_{a}^{b}=\sum_{j=1}^{n}\int_{a}^{b}u_{j}'(x)\prod_{i\neq j}^{n}u_{i}(x)\:dx \end{equation}
The object we want to solve for (the RHS of the first equation at the top) does not appear in the expression immediately above. How does one recover it?