OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (11,-10).
FORMULA
a(n) = 3*A126109(n).
a(n) = 10*a(n-1) - 9.
a(n) = 11*a(n-1) - 10*a(n-2).
G.f.: 3*(2-5*x)/((1-x)*(1-10*x)).
E.g.f.: exp(x)*(5*exp(9*x) + 1). - Elmo R. Oliveira, Sep 15 2024
MATHEMATICA
LinearRecurrence[{11, -10}, {6, 51}, 30] (* Harvey P. Dale, Apr 06 2013 *)
PROG
(Magma) [5*10^n+1: n in [0..30]];
(PARI) a(n)=5*10^n+1 \\ Charles R Greathouse IV, Oct 16 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 09 2011
STATUS
approved