OFFSET
0,3
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,59436,0,0,0,0,0,0,0,0,0,0,1).
FORMULA
G.f.: -(x^20 -x^19 +5*x^18 -16*x^17 +21*x^16 -58*x^15 +137*x^14 -195*x^13 +722*x^12 -3083*x^11 +3805*x^10 +3083*x^9 +722*x^8 +195*x^7 +137*x^6 +58*x^5 +21*x^4 +16*x^3 +5*x^2 +x +1) / (x^22 +59436*x^11 -1). - Colin Barker, Nov 12 2013
a(n) = 59436*a(n-11) + a(n-22). - Vincenzo Librandi, Dec 11 2013
MATHEMATICA
Denominator[Convergents[Sqrt[61], 30]] (* Vincenzo Librandi, Dec 11 2013 *)
PROG
(Magma) I:=[1, 1, 5, 16, 21, 58, 137, 195, 722, 3083, 3805, 56353, 60158, 296985, 951113, 1248098, 3447309, 8142716, 11590025, 42912791, 183241189, 226153980]; [n le 22 select I[n] else 59436*Self(n-11)+Self(n-22): n in [1..40]]; // Vincenzo Librandi, Dec 11 2013
CROSSREFS
KEYWORD
nonn,cofr,easy,frac
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 12 2013
STATUS
approved
