OFFSET
1,2
COMMENTS
The terms in the database for this sequence (a) also match two other descriptions: (b) numbers with a majority of one digit and (c) numbers with a plurality of one digit. These sequences diverge at 1002, which is in (c) but not (a) or (b); the first difference between (a) and (b) is 10002, in (b) but not (a). 100012 is the first number in (a) but not (b). (a) and (b) are both subsequences of (c). - Franklin T. Adams-Watters, Sep 05 2006
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
MATHEMATICA
A044959Q[k_] := DuplicateFreeQ[Tally[IntegerDigits[k]][[All, 2]]];
Select[Range[300], A044959Q] (* Paolo Xausa, Oct 27 2025 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Paolo Xausa, Oct 27 2025
STATUS
approved
