1419193domain: NAppears in sequencesa(n) = 2*a(n-1) + 5*a(n-2), with a(0) = a(1) = 1.at n=12A002533a(n) = 5^n * T(n,7/5) where T is the Chebyshev polynomial of the first kind.at n=6A099141a(n) = Sum_{k=0..n} n^k * binomial(2*n,2*k).at n=6A333990