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!)
A233345 Numbers having at least one digit 0 and at least two identical digits (which may be two 0's), in their decimal expansion. 1
100, 101, 110, 200, 202, 220, 300, 303, 330, 400, 404, 440, 500, 505, 550, 600, 606, 660, 700, 707, 770, 800, 808, 880, 900, 909, 990, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1030, 1031 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Original definition: Numbers such that any (base-10) digit d[i] is the difference of two distinct digits d[j] and d[k] (where "distinct" means j <> k).
LINKS
MATHEMATICA
otQ[n_]:=Module[{c=DigitCount[n]}, Last[c]>0&&Max[c]>1]; Select[Range[ 1200], otQ] (* Harvey P. Dale, Jul 26 2017 *)
PROG
(PARI) is(n)=for(i=2, #n=vecsort(digits(n)), n[i]==n[i-1]&&return(!n[1]))
CROSSREFS
Sequence in context: A079112 A210666 A280825 * A091254 A323823 A085251
KEYWORD
nonn,base
AUTHOR
Eric Angelini and M. F. Hasler, Dec 07 2013
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 July 5 15:18 EDT 2024. Contains 374026 sequences. (Running on oeis4.)