Is $$\frac{3^n-(-1)^n}{n}\ge 4$$ for natural $n$?
My Attempt: Yes. The proof is by induction. Let $f$ be given by $f(n)=\frac{3^n-(-1)^n}{n}$. We have $f(1)=\frac{3+1}{1}=4\ge 4$. Assume that $f(r)\ge 4$ for some $r\in\Bbb N$. Clearly $f$ is an increasing function on $\Bbb N$ (since the increase in the exponentiation of $3$, plus or minus one, is greater than that of $n$). Thus $f(r+1)\ge f(r)\ge 4$. $\square$
I'm a bit iffy about the increasing part.
Exponential functions grow much much faster than polynomials. It is true that for sufficiently large real number $x>0$, $$ 3^x-1\geq 4x\tag{#} $$ In fact, one can show that (#) is true for all $x\geq 2$.(1) In particular, (#) is true for all positive integer $n\geq 2$. Note that (#) is stronger than your inequality.
Now, you only need to check your inequality when $n=1$.
(1) To see why this is true, let $$ f(x)=3^x-1-4x. $$ Note that $f(2)=0$ and $f'(x)=3^x\cdot \log 3-4\geq 9-4>0$ for $x\geq 2$.
proof-verification