a(n) = S(n, 227) - S(n-1, 227) = T(2*n+1, sqrt(229)/2)/(sqrt(229)/2), with S(n, x) = U(n, x/2) Chebyshev's polynomials of the second kind,
A049310. S(-1, x)= 0 = U(-1, x) and T(n, x) Chebyshev's polynomials of the second kind,
A053120.
a(n) = ((-1)^n)*S(2*n, 15*i) with the imaginary unit i and the S(n, x) = U(n, x/2) Chebyshev polynomials.
G.f.: (1-x)/(1-227*x+x^2).
a(n) = 227*a(n-1) - a(n-2), n > 1; a(0)=1, a(1)=226. -
Philippe Deléham, Nov 18 2008
Sum_{n>=0} 1/(a(n)+1) = sqrt(229)/30. -
Amiram Eldar, Jan 01 2026