OFFSET
0,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..434
Index entries for linear recurrences with constant coefficients, signature (204,-1190,204,-1).
FORMULA
G.f.: (1+3*x^3-17*x^2-99*x)/((x^2-6*x+1)*(x^2-198*x+1)). - Maksym Voznyy (voznyy(AT)mail.ru), Jul 27 2009
EXAMPLE
a(1) = 105 = 3*5*7.
MATHEMATICA
CoefficientList[Series[(1+3*x^3-17*x^2-99*x)/((x^2-6*x+1)*(x^2-198*x+1)), {x, 0, 30}], x] (* G. C. Greubel, Jul 15 2018 *)
PROG
(PARI) x='x+O('x^30); Vec((1+3*x^3-17*x^2-99*x)/((x^2-6*x+1)*(x^2-198*x+1))) \\ G. C. Greubel, Jul 15 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1+3*x^3-17*x^2-99*x)/((x^2-6*x+1)*(x^2-198*x+1)))); // G. C. Greubel, Jul 15 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Charlie Marion, Aug 24 2005
STATUS
approved