OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..100
Index entries for linear recurrences with constant coefficients, signature (11,-10).
FORMULA
From Vincenzo Librandi, Aug 23 2014: (Start)
G.f.: 7*x*(1 + 80*x)/((1 - x)*(1 - 10*x)).
a(n) = 11*a(n-1) - 10*a(n-2). (End)
From Elmo R. Oliveira, Dec 03 2025: (Start)
E.g.f.: 7*(8 - 9*exp(x) + exp(10*x)).
a(n) = 7*A170955(n). (End)
MATHEMATICA
CoefficientList[Series[7 (1 + 80 x)/((1 - x) (1 - 10 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Aug 23 2014 *)
LinearRecurrence[{11, -10}, {7, 637}, 20] (* Harvey P. Dale, Nov 30 2022 *)
PROG
(Magma) [7*(10^n-9): n in [1..20]]; // Vincenzo Librandi, Aug 23 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
