I came across the generalized Integration by Parts today:
Let $f \left({x}\right), g \left({x}\right)$ be real $n$ times differentiable functions with continuous $n$-th derivatives.
Then:
$$ \int f^{(n)}(x)g(x) dx = \sum_{j= 0}^{n-1}(-1)^j f^{(n-j-1)}(x)g^{(j)}(x)+({-1})^n \int f(x)g^{(n)}(x) dx $$
The proof involves induction and the usual Integration by parts formula (not a surprise).
I am wondering about applications of this formula. Is there any application of the formula that cannot be obtained by a repeated use of the usual Integration by Parts formula? Or at least, that simplify a lot the use of Integration by Parts.
Note: I wrote the version for indefinite integrals. But any answer for definite integrals will equally satisfy me.