OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..300
Index entries for linear recurrences with constant coefficients, signature (11,-10).
MATHEMATICA
Table[5*(10^n-3), {n, 20}]; [From Alonso Del Arte, Nov 15 2010]
LinearRecurrence[{11, -10}, {35, 485}, 20] (* Harvey P. Dale, Aug 20 2023 *)
PROG
(Magma) [5*(10^n-3): n in [1..35]];
(PARI) a(n)=5*10^n-15 \\ Charles R Greathouse IV, Jun 04, 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved