$ 169$ | $3^{3n+3}-26n-27$ ?
Fulfilled for $n=0$. Induction to $n+1$:
An integer $x$ exists so that
$ 169x= 3^{3n+6}-26n-27-26$
$ 169x= 27*3^{3n+3}-26n-27-26$
$ 169x= 26*3^{3n+3}+3^{3n+3}-26n-27-26$
An integer $m$ exists so that
$ 169x= 26*3^{3n+3}+169m-26$
($ 13x= 2*(3^{3n+3}-1)+13m$)
Now I'm stuck although it looks simple. Thanks for any input in advance.
This is what you should have done instead: $$\begin{align}27\cdot3^{3n+3}-26n-27-26&=27(3^{3n+3}-26n-27)+27\cdot26n+27\cdot27-26n-27-26\\&=27\cdot169m+26\cdot26n-26\cdot26\end{align}$$
Here's the proof more clearly without unnecessary variables: $$\begin{align}13^2&\mid3^{3(n+1)+3}-26(n+1)-27\\13^2&\mid27\cdot3^{3n+3}-26n-27-26\\13^2&\mid27(3^{3n+3}-26n-27)+26\cdot26n+26\cdot27-26\\13^2&\mid13^2\cdot4n+13^2\cdot4\end{align}$$ You use the induction hypothesis in the 3rd row.