b(n)^2 - 195*a(n)^2 = +1 with b(n):=A097310(n) gives all nonnegative integer solutions of this Pell equation.
For positive n, a(n) equals the permanent of the n X n tridiagonal matrix with 28's along the main diagonal, and i's along the superdiagonal and the subdiagonal (i is the imaginary unit). - John M. Campbell, Jul 08 2011
For n>=1, a(n) equals the number of 01-avoiding words of length n-1 on alphabet {0,1,...,27}. - Milan Janjic, Jan 26 2015
a(n) = S(n, 28) = U(n, 14), n>=-1, with Chebyshev polynomials of the second kind. See A049310 for the triangle of S(n, x) coefficients. S(-1, x) := 0 =: U(-1, x).