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,4098,0,0,0,0,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^4-3*x^3+4*x^2-2*x+1)*(x^4+2*x^3+4*x^2+3*x+1)*(x^10-16*x^5-1) / ((x^10-64*x^5-1)*(x^10+64*x^5-1)). - Colin Barker, Dec 06 2013
MAPLE
convert(sqrt(656), confrac, 30, cvgts): denom(cvgts); # Wesley Ivan Hurt, Dec 07 2013
MATHEMATICA
Denominator[Convergents[Sqrt[656], 30]] (* Harvey P. Dale, Jun 04 2013 *)
PROG
(Magma) I:=[1, 1, 2, 3, 5, 13, 18, 31, 49, 80, 4049, 4129, 8178, 12307, 20485, 53277, 73762, 127039, 200801, 327840]; [n le 20 select I[n] else 4098*Self(n-10)-Self(n-20): n in [1..40]]; // Vincenzo Librandi, Jan 19 2014
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Dec 06 2013
STATUS
approved