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!)
A179309 The smallest number that has more copies of some digit than any previous number in the sequence. 3
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 22, 33, 44, 55, 66, 77, 88, 99, 100, 111, 222, 333, 444, 555, 666, 777, 888, 999, 1000, 1111, 2222, 3333, 4444, 5555, 6666, 7777, 8888, 9999, 10000, 11111, 22222, 33333, 44444, 55555, 66666, 77777, 88888, 99999, 100000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
These are, for each digit d and each natural number k, the smallest positive number in which the digit d appears k (or more) times, in numerical order. They are all numbers with all digits repeated except numbers of the form 10^m.
If we started with 0 the term 10 would be missed and all other terms would be the same.
LINKS
EXAMPLE
100 is included because no previous term contains two 0's. 111 is included because no previous term contains more than 2 1's. Every number between 101 and 110 inclusive is omitted because each contains at most 2 1's (no more than 11) and at most 1 of any other digit (no more than 2 thru 10).
MATHEMATICA
With[{nn=5}, Join[Flatten[Table[FromDigits[PadRight[{}, i, n]], {i, nn}, {n, 9}]], 10^Range[nn]]]//Sort (* Harvey P. Dale, May 31 2016 *)
CROSSREFS
Supersequence of A014181 and A010785. See also A179310.
Sequence in context: A221221 A355224 A178354 * A032946 A273738 A274843
KEYWORD
base,easy,nonn
AUTHOR
Jack W Grahl, Jul 10 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 March 29 08:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)