OFFSET
1,2
COMMENTS
This sequence contains 146 elements. The largest is 991. No more terms below 10^10. As A045876(n) >= n, for all n >= 10^10, A045876(n) will have at least one digit not distinct. - David A. Corneth, Sep 19 2016
EXAMPLE
289 is a term because 289+298+829+892+928+982 = 4218 has distinct decimal digits.
MATHEMATICA
Select[Range[10^3], Max@ DigitCount@ Total@ Map[FromDigits, Permutations@ IntegerDigits@ #] == 1 &] (* Michael De Vlieger, Sep 19 2016 *)
PROG
CROSSREFS
KEYWORD
nonn,base,fini
AUTHOR
Altug Alkan, Sep 18 2016
EXTENSIONS
Clarified comment. - Harvey P. Dale, Apr 30 2022
STATUS
approved