Chebyshev or generalized Fibonacci sequence.
For positive n, a(n) equals the permanent of the tridiagonal matrix of order n with 11'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
17*a(n+1) + 4*(a(n) + (-1)^n) is 13 times the numerator of the continued fraction [3,3,...,3,1,3,...,3,3] with n+1 3's on either side of the central 1. For example, when n=2 the continued fraction [3,3,3,1,3,3,3] = 1749/529, and 17*a(3) + 4(a(2)+1) = 17*1309 + 4*121 = 22737 = 13*1749. -
Greg Dresden and Tulipa Wray, Aug 26 2025