OFFSET
0,2
COMMENTS
Corresponding values of A045876(k) are 1, 110, 3333300, 333333000, ...
Sequence is infinite.
a(5) > 10^18. - Giovanni Resta, Sep 27 2016
Subsequence of A179239. - David A. Corneth, Oct 01 2016
EXAMPLE
a(1) = 19 because 19+91 = 110 is divisible by 10.
MATHEMATICA
Table[k = 1; While[! Divisible[Total[FromDigits /@ Permutations@ IntegerDigits@ k], 10^n], k++]; k, {n, 0, 3}] (* Michael De Vlieger, Sep 16 2016 *)
PROG
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Altug Alkan, Sep 16 2016
EXTENSIONS
a(4) from Giovanni Resta, Sep 27 2016
STATUS
approved