login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A253213 a(n) = 10^n + 9. 3
10, 19, 109, 1009, 10009, 100009, 1000009, 10000009, 100000009, 1000000009, 10000000009, 100000000009, 1000000000009, 10000000000009, 100000000000009, 1000000000000009, 10000000000000009, 100000000000000009, 1000000000000000009, 10000000000000000009 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 11*a(n-1) - 10*a(n-2) for n>1.
G.f.: (10 - 91*x)/((1 - x)*(1 - 10*x)).
MATHEMATICA
Table[10^n + 9, {n, 0, 40}]
LinearRecurrence[{11, -10}, {10, 19}, 40] (* Harvey P. Dale, Jun 29 2018 *)
PROG
(Magma) [10^n+9: n in [0..30]];
CROSSREFS
Cf. similar sequences listed in A253208.
Cf. A170955.
Sequence in context: A070199 A015445 A220005 * A293929 A177203 A177167
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 30 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)