OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..100
Index entries for linear recurrences with constant coefficients, signature (0,42,0,-1).
FORMULA
G.f.: -(x+1)*(x^2-11*x-10) / (x^4-42*x^2+1). - Colin Barker, Nov 05 2013
a(0)=10, a(1)=21, a(2)=430, a(3)=881, a(n)=42*a(n-2)-a(n-4). - Harvey P. Dale, Mar 04 2015
MATHEMATICA
Numerator[Convergents[Sqrt[110], 30]] (* Vincenzo Librandi, Oct 30 2013 *)
LinearRecurrence[{0, 42, 0, -1}, {10, 21, 430, 881}, 30] (* Harvey P. Dale, Mar 04 2015 *)
CROSSREFS
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 05 2013
STATUS
approved