Question is as stated in the title.
I attempted to prove this by induction on $n$. Base case is just $2$, so it obviously holds. Assuming it holds for $n=k$, then the case for $n=k+1$ can be converted into something like $2((2+\sqrt{13})^k + (2-\sqrt{13})^k) + \sqrt{13}(2+\sqrt{13})^k - \sqrt{13}(2-\sqrt{13})^k$. The first part is a natural number by our inductive hypothesis, but I'm not sure what to do with the second part: $\sqrt{13}(2+\sqrt{13})^k - \sqrt{13}(2-\sqrt{13})^k$. I can factor out another natural number from this part, and convert it into: $\sqrt{13}((2+\sqrt{13})^k + (2-\sqrt{13})^k) - 2\sqrt{13}(2-\sqrt{13})^k$, but I'm not sure how I can proceed from there.
I'm not sure what tags to put, but I encountered this problem in a combinatorics course, so I added a tag for that. Also since it's about natural numbers, I think maybe there can be some insights from number theory, although it's not a typical number theory problem.