I have to find the Laplace transform of the function $H(t-a)t^{n}$. That's what I have done so far: $$L\{H(t-a)t^{n}\}=\int_{0}^{\infty}e^{-st}H(t-a)t^{n}dt=\int_{a}^{\infty}e^{-st}t^{n}dt=\int_{0}^{\infty}e^{-s(t+a)}(t+a)^{n}dt $$
Could you tell me how I can continue?
I think this formula can help us, besides to @dato's way. You know that $\mathcal{L}\{\mathscr{U}(t-a)\}=\frac{e^{-as}}{s}, a>0$. And $$\mathcal{L}\{t^nf(t)\}=(-1)^n\bigg(\mathcal{L}(f(t))\bigg)^{(n)}$$ Now let think about $\big(\frac{e^{-as}}{s}\big)^{(n)}$. Using Maple, I found:
$$n=1\to \left(\frac{e^{-as}}{s}\right)'=-\exp(-as)\frac{as+1}{s^2}\\ n=2\to \left(\frac{e^{-as}}{s}\right)''=\exp(-as)\frac{a^2s^2+2as+2}{s^3}\\ n=3\to \left(\frac{e^{-as}}{s}\right)'''=-\exp(-as)\frac{a^3s^3+3a^2s^2+6as+6}{s^4} $$ And so I think the possible pattern could be $$(-1)^n\frac{\sum_{k=0}^{n}\frac{n!}{(n-k)!}s^{n-k}a^{n-k}}{s^{n+1}}$$