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!)
A205088 a(n)=n 8's sandwiched between two 1's. 0
11, 181, 1881, 18881, 188881, 1888881, 18888881, 188888881, 1888888881, 18888888881, 188888888881, 1888888888881, 18888888888881, 188888888888881, 1888888888888881, 18888888888888881, 188888888888888881, 1888888888888888881, 18888888888888888881 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0) = 11, a(n) = 10*a(n-1) + 71.
a(n) = 1/9*(17*10^(n+1)-71). [From Alexander R. Povolotsky, Jan 25 2012]
MATHEMATICA
a[0]=11; a[n_] := a[n-1]*10+71; Table[a[n], {n, 0, 44}]
Table[FromDigits[Join[{1}, PadRight[{}, n, 8], {1}]], {n, 0, 20}] (* Harvey P. Dale, Apr 15 2012 *)
PROG
(PARI) a(n)=(170*10^n-71)/9 \\ Charles R Greathouse IV, Jan 23 2012
CROSSREFS
Sequence in context: A106907 A020456 A036935 * A241193 A143413 A009118
KEYWORD
nonn,easy,less,base
AUTHOR
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 September 30 05:35 EDT 2023. Contains 365781 sequences. (Running on oeis4.)