OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..384
Index entries for linear recurrences with constant coefficients, signature (399,-399,1).
FORMULA
a(n) = 398*a(n-1) - a(n-2) + 198; a(0)=0, a(1)=99.
G.f.: -99*x*(x+1)/((x-1)*(x^2 - 398*x + 1)). - Colin Barker, Oct 25 2012
MATHEMATICA
LinearRecurrence[{399, -399, 1}, {0, 99, 39600}, 20] (* Harvey P. Dale, Aug 12 2022 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mohamed Bouhamida, Nov 14 2007
EXTENSIONS
More terms from Paolo P. Lava, Oct 07 2008
STATUS
approved