I have to compute the convolution of $ f(t) = \frac{1}{\pi}\frac{1}{t^2 + 1} $ with itself 4 times, i.e. $$ f \star f \star f \star f $$
I slightly doubt that doing it in steps, i.e. taking $f \star f$ first and then taking the convolution of the result with f and then do the same once more, is the correct way of computing it..
Could anyone help me out with a hint of what method I should use?
Thank you!