OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 1056, 0, 0, 0, -1).
FORMULA
G.f.: -(x^7-22*x^6+23*x^5-505*x^4-528*x^3-505*x^2-23*x-22)/(x^8-1056*x^4+1). - Vincenzo Librandi, Nov 13 2013
a(n) = 1056*a(n-4)-a(n-8). - Vincenzo Librandi, Nov 13 2013
MATHEMATICA
Numerator[Convergents[Sqrt[527], 30]] (* or *) CoefficientList[Series[-(x^7 - 22 x^6 + 23 x^5 - 505 x^4 - 528 x^3 - 505 x^2 - 23 x - 22)/(x^8 - 1056 x^4 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 13 2013 *)
LinearRecurrence[{0, 0, 0, 1056, 0, 0, 0, -1}, {22, 23, 505, 528, 23737, 24265, 533302, 557567}, 30] (* Harvey P. Dale, Sep 01 2017 *)
PROG
(Magma) I:=[22, 23, 505, 528, 23737, 24265, 533302, 557567]; [n le 8 select I[n] else 1056*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Nov 13 2013
CROSSREFS
KEYWORD
nonn,cofr,frac,easy,less
AUTHOR
STATUS
approved