I've been having a lot of trouble with this sequence
$$a = {4 \sqrt[n]{n^3} + \frac{ 10^{5n} }{ n! } }$$
I first tried the Nth term test but I didn't even know how to start. I was looking ahead in the chapters and found that
$$ \lim_{n\to \infty} \sqrt[n]{n} = 1$$ and $$ \lim_{n\to \infty} \frac{x^n }{ n!} = 0$$
But I found these rules in series and I wonder if I can use them with sequences.
Any help would be appreciated thank you.
Yes of course you can use the same way you use for the series, notably we can prove
Notably
$$b_n=c_n^{\frac1n}=\sqrt[n]{n^3}\to 1$$
since
$$\frac{c_{n+1}}{c_n}=\frac{(n+1)^3}{n^3}\to 1$$
and
$$d_n= \frac{ 10^{5n} }{ n! } \to 0$$
indeed
$$\frac{d_{n+1}}{d_n}= \frac{ 10^{5n+5} }{ (n+1)! } \frac{n!} {10^{5n} }=\frac{10^5}{n+1}\to 0$$