login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A292738 Numbers in which 8 outnumbers all other digits together. 9
8, 88, 188, 288, 388, 488, 588, 688, 788, 808, 818, 828, 838, 848, 858, 868, 878, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 898, 988, 1888, 2888, 3888, 4888, 5888, 6888, 7888, 8088, 8188, 8288, 8388, 8488, 8588, 8688, 8788, 8808, 8818, 8828, 8838, 8848, 8858, 8868, 8878, 8880, 8881, 8882, 8883, 8884, 8885, 8886, 8887, 8888 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
808 has more 8's than any other digit, whereas both 8008 and 8018 have as many other digits as 8's.
MATHEMATICA
Select[Range[0, 9000], Total@ #1 < First@ #2 & @@ TakeDrop[RotateLeft[#, 8] &@ DigitCount@ #, 9] &] (* Michael De Vlieger, Sep 25 2017 *)
CROSSREFS
Subset of A292458.
Numbers where n outnumbers any other digit: A292449, A292450, A292451, A292452, A292453, A292454, A292455, A292456, A292457, A292458.
Numbers in which n outnumbers all other digits together: A292730, A292731, A292732, A292733, A292734, A292735, A292736, A292737, A292739.
Sequence in context: A248471 A284069 A292458 * A035133 A045643 A250228
KEYWORD
nonn,base,easy
AUTHOR
Halfdan Skjerning, Sep 25 2017
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 December 2 14:00 EST 2023. Contains 367524 sequences. (Running on oeis4.)