$\sqrt{26}$ is irrational number, so the decimal places should show no pattern. But $(5+\sqrt{26})^{x}$ has these values:
x=1 10.0990195135...
x=2 101.99019513592...
x=3 1030.000970872871...
x=4 10401.9999038646405...
x=5 105050.00000951927653...
x=6 1060901.999999057405867...
x=7 10714070.0000000933352124...
x=8 108201601.99999999075799265...
x=9 1092730090.000000000915139071...
x=10 11035502501.9999999999093833742...
...
Where does the pattern of decimal places comes from?
Here is a big hint. Let $$f(x) = (5 + \sqrt{26})^x + (5 - \sqrt{26})^x.$$ Then $f(0) = 2$, $f(1) = 10$, and in general for $x = 2, 3, \ldots$, we have the recursion relation $$f(x)f(1) = f(x+1) + (5 + \sqrt{26})(5 - \sqrt{26})f(x-1) = f(x+1) - f(x-1),$$ or $$f(x+1) = 10f(x) + f(x-1).$$ Consequently, $f(x)$ is an integer for every nonnegative integer $x$.
Now consider the magnitude of $5 - \sqrt{26}$; in particular, note it is less than $1$. So successive integer powers of this number will tend toward $0$.