290376
domain: N
Appears in sequences
- a(n) = 5*a(n-1) - a(n-2) for n > 1, a(0) = 0, a(1) = 1.at n=9A004254
- Triangle read by rows: T(0,0)=1; for n >= 1 T(n,k) is the coefficient of x^k in the monic characteristic polynomial of the tridiagonal n X n matrix with main diagonal 5,5,5,... and sub- and superdiagonals 1,1,1,... (0 <= k <= n).at n=36A123967
- Denominators in continued fraction [0; 1, 3, 1, 3, 1, 3, ...].at n=16A136211
- Triangle T(n,k) read by rows: coefficient of [x^k] of the polynomial p_n(x)=(5-x)*p_{n-1}(x)-p_{n-2}(x), p_0=1, p_1=5-x.at n=36A179900
- Triangle of coefficients of Chebyshev's S(n,x+5) polynomials (exponents of x in increasing order).at n=36A207824
- T(n,k) are the values of a variant of the Chebyshev polynomials P(n,x) of order n evaluated at x = k, where T(n,k), n >= 0, k <= n is a triangle read by rows. P(0,x) = 1, P(1,x) = x, P(n,x) = x*P(n-1,x) - P(n-2,x).at n=41A357892
- Bisection of Chebyshev {S(n, 5)}_{n>=0}; the even part.at n=4A362357
- Triangular array T(n,k), read by rows: coefficients of strong divisibility sequence of polynomials p(1,x) = 1, p(2,x) = 1 + 5x, p(n,x) = u*p(n-1,x) + v*p(n-2,x) for n >=3, where u = p(2,x), v = 1 - x - x^2.at n=44A367210
- Triangular array T(n,k), read by rows: coefficients of strong divisibility sequence of polynomials p(1,x) = 1, p(2,x) = 2 + 5*x, p(n,x) = u*p(n-1,x) + v*p(n-2,x) for n >= 3, where u = p(2,x), v = 1 - 2*x - x^2.at n=44A367299