OFFSET
0,1
COMMENTS
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (10,-1).
FORMULA
EXAMPLE
103 = a(1) = sqrt(24*A077249(1)^2 + 25) = sqrt(24*21^2 + 25) = sqrt(10609) = 103.
MATHEMATICA
CoefficientList[Series[(11 - 7 z)/(z^2 - 10 z + 1), {z, 0, 200}], z] (* Vladimir Joseph Stephan Orlovsky, Jun 11 2011 *)
PROG
(PARI) a(n)= 2*polchebyshev(n+1, 1, 5)+polchebyshev(n, 1, 5) \\ Charles R Greathouse IV, Jun 11 2011
(PARI) Vec((11-7*x)/(1-10*x+x^2) + O(x^30)) \\ Colin Barker, Jun 15 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Nov 08 2002
STATUS
approved