A202272 Numbers n with k digits such that each sum of 1, 2, ..., k digits of n is a substring of n.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 109, 200, 300, 400, 500, 600, 700, 800, 910, 1000, 1009, 1090, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 9010, 9100, 10000, 10009, 10090, 10900, 20000, 30000, 40000, 50000, 60000, 70000
Offset: 1
Examples
109 is a term because all possible sums of digits 0, 1, 1, 9, 9, 10 are its substrings.
Crossrefs
Cf. A052018 (numbers k such that the sum of the digits of k is substring of k).
Comments