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,124846,0,0,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^14 -3*x^13 +10*x^12 -23*x^11 +194*x^10 -411*x^9 +1427*x^8 -4692*x^7 -1427*x^6 -411*x^5 -194*x^4 -23*x^3 -10*x^2 -3*x -1) / (x^16 -124846*x^8 +1). - Colin Barker, Nov 15 2013
a(n) = 124846*a(n-8) - a(n-16). - Vincenzo Librandi, Dec 15 2013
MATHEMATICA
Denominator[Convergents[Sqrt[177], 30]] (* Harvey P. Dale, Dec 16 2011 *)
CoefficientList[Series[-(x^14 - 3 x^13 + 10 x^12 - 23 x^11 + 194 x^10 - 411 x^9 + 1427 x^8 - 4692 x^7 - 1427 x^6 - 411 x^5 - 194 x^4 - 23 x^3 - 10 x^2 - 3 x - 1)/(x^16 - 124846 x^8 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 15 2013 *)
PROG
(Magma) I:=[1, 3, 10, 23, 194, 411, 1427, 4692, 123419, 374949, 1248266, 2871481, 24220114, 51311709, 178155241, 585777432]; [n le 16 select I[n] else 124846*Self(n-8)-Self(n-16): n in [1..40]]; // Vincenzo Librandi, Dec 15 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 15 2013
STATUS
approved