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!)
A198973 8*10^n-1. 1
7, 79, 799, 7999, 79999, 799999, 7999999, 79999999, 799999999, 7999999999, 79999999999, 799999999999, 7999999999999, 79999999999999, 799999999999999, 7999999999999999, 79999999999999999, 799999999999999999, 7999999999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 10*a(n-1)+9.
a(n) = 11*a(n-1)-10*a(n-2), n>1.
G.f.: (7 + 2*x)/(1 - 11*x + 10*x^2). - Vincenzo Librandi, Jan 04 2013
MATHEMATICA
Table[FromDigits[PadRight[{7}, n, 9]], {n, 20}] (* Harvey P. Dale, Jun 05 2012 *)
CoefficientList[Series[(7 + 2*x)/(1 - 11*x + 10*x^2), {x, 0, 30}], x] (* Vincenzo Librandi, Jan 04 2013 *)
PROG
(Magma) [8*10^n-1 : n in [0..20]]
CROSSREFS
Sequence in context: A220382 A036950 A127890 * A127859 A372969 A014293
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 02 2011
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 August 4 05:39 EDT 2024. Contains 374905 sequences. (Running on oeis4.)