The sequence $[1,5,45,441,4361,...]_{k\ge 0}$ has a relatively simple recursion formula; I got for the recursion
$$a_0=1, \qquad a_1=5, \qquad a_{k+2}= 10 a_{k+1} - 1 a_k - 4 $$
I have also found, that the Binet-like expression $$ f(n) = { (5+\sqrt{5^2-1})^n-(5-\sqrt{5^2-1})^n\over \sqrt{5^2-1}} $$
is related to the sequence, however I don't get the correct form - perhaps it is because of the constant term $-4$ in the recursion.
Q1: How must I proceed to get from the known recursion-formula to the correct Binet-type formula?
I have a second sequence, very similar; it is $[1, 8, 105, 1456, 20273, 282360,...]_{k \ge 0}]$ , with the recursion $$b_0=1, \qquad b_1=8, \qquad b_{k+2}= 14 b_{k+1} - 1 b_k - 6 $$
Of course I want the same type of expression here, but if I've understood the way of proceeding I surely can do it myself.
However I have a second intention, perhaps it is not at all doable by this (the problem stems from a self-study on the Pell-equation problem):
Q2: Is there a realistic option to show by this, that except for the first elements the sequences $a_k $ and $b_j$ have no more element in common?