OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (11,-10).
FORMULA
For n > 0, a(n) = 9*10^n + 1. - David Wasserman, Feb 15 2005
MATHEMATICA
Join[{1}, Table[9*10^n+1, {n, 30}]] (* or *) LinearRecurrence[{11, -10}, {1, 91, 901}, 30] (* Harvey P. Dale, Dec 19 2022 *)
PROG
(Magma) [1] cat [9*10^n+1: n in [1..30]]; // Vincenzo Librandi, Nov 09 2011
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
Amarnath Murthy and Jason Earls, Jul 15 2003
EXTENSIONS
Corrected and extended by David Wasserman, Feb 15 2005
STATUS
approved