The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A033023 Numbers whose base-10 expansion has no run of digits with length < 2. 17
11, 22, 33, 44, 55, 66, 77, 88, 99, 111, 222, 333, 444, 555, 666, 777, 888, 999, 1100, 1111, 1122, 1133, 1144, 1155, 1166, 1177, 1188, 1199, 2200, 2211, 2222, 2233, 2244, 2255, 2266, 2277, 2288, 2299, 3300, 3311, 3322, 3333 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Contains A014181 as subsequence. A115853 is a supersequence. - M. F. Hasler, Jun 24 2016
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..10000 (first 1100 terms from Vincenzo Librandi)
Giovanni Resta, Zygodrome
MATHEMATICA
Select[Range[10000], Min[Length/@Split[IntegerDigits[#, 10]]]>1&] (* Vincenzo Librandi, Feb 05 2014 *)
PROG
(PARI) is(n)={n=digits(n); while(#n>2 && n[2]==n[1], n=if(n[3]==n[1], n[^1], n[3..-1])); #n>1&&n[1]==n[2]} \\ M. F. Hasler, Jun 24 2016
CROSSREFS
Sequence in context: A050785 A369347 A239019 * A014181 A302438 A068900
KEYWORD
nonn,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 May 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)