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!)
A173812 (8*10^n-17)/9 for n>0. 3
7, 87, 887, 8887, 88887, 888887, 8888887, 88888887, 888888887, 8888888887, 88888888887, 888888888887, 8888888888887, 88888888888887, 888888888888887, 8888888888888887, 88888888888888887, 888888888888888887 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 10*a(n-1)+17 with n>0, a(0)=-1.
a(n) = 11*a(n-1) -10*a(n-2). - Vincenzo Librandi, Jul 05 2012
G.f.: x*(7+10*x)/((1-x)*(1-10*x)). - Vincenzo Librandi, Jul 05 2012
MATHEMATICA
CoefficientList[Series[(7+10*x)/((1-x)*(1-10*x)), {x, 0, 30}], x] (* Vincenzo Librandi, Jul 05 2012 *)
Table[FromDigits[PadLeft[{7}, n, 8]], {n, 20}] (* Harvey P. Dale, Jun 22 2013 *)
PROG
(Magma) [(8*10^n-17)/9: n in [1..20]]; // Vincenzo Librandi, Jul 05 2012
CROSSREFS
Cf. A093171.
Sequence in context: A183613 A295036 A295527 * A199027 A360237 A279845
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 25 2010
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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)