OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (1299,-1299,1).
FORMULA
a(n) = 1298*a(n-1) - a(n-2) + 648; a(0)=0, a(1)=324.
G.f.: -324*x*(x+1)/((x-1)*(x^2 - 1298*x + 1)). - Colin Barker, Oct 25 2012
MATHEMATICA
CoefficientList[Series[-((324 x (1+x))/(-1+1299 x-1299 x^2+x^3)), {x, 0, 20}], x] (* or *) LinearRecurrence[{1299, -1299, 1}, {0, 324, 421200}, 20] (* Harvey P. Dale, Jul 24 2021 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mohamed Bouhamida, Nov 14 2007
EXTENSIONS
More terms from Paolo P. Lava, Oct 07 2008
STATUS
approved