Notice that for $a\gt0$,
$$
\begin{align}
F(a,b)
&=\int_0^\infty x^ae^{-bx}\,\mathrm{d}x\\
&=-\frac1b\int_0^\infty x^a\,\mathrm{d}e^{-bx}\\
&=\left[-\frac1bx^ae^{-bx}\right]_0^\infty+\frac ab\int_0^\infty x^{a-1}e^{-bx}\,\mathrm{d}x\\
&=\frac{a}{b}F(a-1,b)\tag{1}
\end{align}
$$
and when $a=0$,
$$
\begin{align}
F(0,b)
&=\int_0^\infty e^{-bx}\,\mathrm{d}x\\
&=\frac1b\tag{2}
\end{align}
$$
Now, check the first few values of $a$ to see if a pattern emerges:
$$
F(0,b)=\frac1b\\
F(1,b)=\frac1b\frac1b\\
F(2,b)=\frac{2\cdot1}{b^2}\frac1b\\
F(3,b)=\frac{3\cdot2\cdot1}{b^3}\frac1b
$$
When you see a pattern, e.g. $\frac{n!}{b^n}\frac1b$, prove it using induction (and $(1)$ and $(2)$).