OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 49431964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
FORMULA
a(n) = 49431964*a(n-11) + a(n-22) for n>21. - Vincenzo Librandi, Jan 23 2014
MATHEMATICA
Denominator[Convergents[Sqrt[797], 30]] (* Harvey P. Dale, Sep 30 2012 *)
PROG
(Magma) I:=[1, 4, 13, 173, 186, 917, 3854, 4771, 65877, 202402, 875485, 49229562, 197793733, 642610761, 8551733626, 9194344387, 45329111174, 190510789083, 235839900257, 3256429492424, 10005128377529, 43276943002540]; [n le 22 select I[n] else 49431964*Self(n-11)+Self(n-22): n in [1..30]]; // Vincenzo Librandi, Jan 23 2014
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Jan 23 2014
STATUS
approved
