I can prove $7^n+3n+8$ (see below) is divisible by $3$ for $n\ge1$ but cannot prove it is divisible by $9$.
My attempts gave me only following: $$7^n+3n+8=(7^n-1)+1+3n+8=(7^n-1)+3n+9=(7-1)(7^{n-1}+7^{n-2}+...+7+1)+3(n+3)=6(7^{n-1}+7^{n-2}+...+7^2+7+1)+3(n+3)=3[2(7^{n-1}+7^{n-2}+...+7^2+7+1)+n+3]=3[14(7^{n-2}+7^{n-3}+...+7)+n+19]$$ Thus, it is divisible by $3$ regardless of the parity of $n$. If $n$ is odd, it's divisible by $6$, yet, I can't see how it's divisible by $9$. I appreciate the help given by all of you.
Proof by Induction.
For $n=1$, $7+3+8= 18$ is divisible by $9$.
Inductive Hypothesis: Assume that the result is true for any $n=m$.
Thus, $7^m + 3m + 8 = 9\lambda$ where, $\lambda \in \mathbb{Z}$
$\implies 7^{m+1}= 7(9\lambda - 3m -8)$
Now, for $n=m+1$
$7^{m+1}+ 3(m+1)+8 = 7(9\lambda - 3m -8)+3m+11= 63\lambda -18 m - 45 = 9(7\lambda - 2m - 5)$ which is clearly divisible by $9$.
Hence, the result is true $\forall \space{} n \in \mathbb{N}$