A331276 The numbers formed by removing the required digits to form the number from a set of digits which is initially empty and that has digits added via the addition of numbers which cannot be created from the digits currently in the set. Start by trying to create the number 0.
10, 12, 13, 15, 17, 19, 22, 24, 26, 28, 30, 32, 34, 35, 37, 39, 41, 44, 46, 48, 50, 52, 54, 56, 57, 59, 61, 63, 66, 68, 70, 72, 74, 76, 78, 79, 81, 83, 85, 88, 90, 92, 94, 96, 98, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 122, 124, 126, 128, 130, 132, 134, 135, 137, 139, 141, 144, 146, 148, 150, 152
Offset: 1
Keywords
Examples
a(1) = 10 as the first ten numbers 0 to 9 had to be added to the set as none of their digits were currently in the set. The number 10 is the first number whose digits, 0 and 1, were in the set. After this number the set now contains 2,3,4,5,6,7,8,9. a(2) = 12 as the previous number 11 was unable to be created as the set contained no 1's, so those two 1's were added to the set. This allowed 12 to be created, after which the set contains 1,3,4,5,6,7,8,9. a(3) = 13 as the set contained both a 1 and 3, so 13 could be created. After this the set contains 4,5,6,7,8,9.
Links
- Jonathan Stauduhar, Bag of digits, SeqFan Mailing List, Dec 10 2019.
Crossrefs
Cf. A007376.
Comments