OFFSET
0,2
COMMENTS
a(n-1) is the minimum difference between an n-digit number (written in base 10, nonzero leading digit) and the product of its digits. For n > 1, it is also a number meeting that bound. See A070565. - Devin Akman, Apr 17 2019
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..999
Index entries for linear recurrences with constant coefficients, signature (10).
FORMULA
MATHEMATICA
Array[10^#*Sign[#] &, 20, 0] (* Michael De Vlieger, Apr 21 2019 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, May 28 2010
STATUS
approved