Show the following relation:
$$\int_{0}^{\infty} \frac{x^{29}}{(5x^2+49)^{17}} \,\mathrm dx = \frac{14!}{2\cdot 49^2 \cdot 5^{15 }\cdot 16!}.$$
I came across this intgeral on a physics forum and solved by (1) making a substitution (2) finding a recursive formula (with integration by parts).
I would like to see a clever alternative solution to this one, since the only way I would solve such an integral is by finding a recursive formula. But I'm sure there are other ways/methods to do it (maybe more elegant) that I want to discover.
Not sure what you consider elegant or done by substitution, but the obvious way to attack this integral in my eyes is to first substitute $y=x^2$ and then $u=5 y+49$ to get the integral
$$\frac12 \frac{1}{5^{15}} \int_{49}^{\infty} du \frac{(u-49)^{14}}{u^{17}}$$
This may be evaluated by applying the binomial theorem becomes
$$\frac12 \frac{1}{5^{15}} \sum_{k=0}^{14} (-1)^k \binom{14}{k} 49^{14-k} \int_{49}^{\infty} \frac{du}{u^{17-k}} = \frac12 \frac{1}{5^{15}} \frac{1}{49^2} \sum_{k=0}^{14} (-1)^k \frac{\binom{14}{k}}{16-k}$$
The sum on the right may be evaluated by manipulating the binomial coefficient as follows:
$$\binom{14}{k} \frac{1}{16-k} = \frac{14!}{16!} \binom{16}{k} (15-k)$$
$$\sum_{k=0}^N (-1)^k \binom{N}{k} = 0$$
$$k \binom{N}{k} = N \binom{N-1}{k-1}$$
to find that
$$\sum_{k=0}^{14} (-1)^k \frac{\binom{14}{k}}{16-k} = \frac{14!}{16!}$$
and the desired result is attained.