A317093 Terms resulting from application of a divisor sieve to the digits of the decimal expansions of the positive integers.
0, 3, 4, 6, 7, 8, 9, 0, 2, 2, 6, 8, 0, 3, 3, 3, 9, 0, 4, 4, 0, 5, 0, 6, 6, 6, 6, 0, 7, 7, 0, 8, 8, 8, 0, 9, 9, 9, 9, 9, 0, 0, 0, 3, 0, 0, 6, 7, 8, 9, 0, 3, 4, 6, 7, 8, 9, 0, 2, 2, 2, 27, 29, 30, 3, 33, 34, 36, 37, 8, 39, 0, 4, 4, 43, 4, 46, 4, 8, 49, 0, 5, 5, 5, 54, 5, 57, 58, 59, 60, 6, 63, 6, 6, 66, 67, 69, 70, 7, 7, 73, 74, 76, 77, 78, 79, 80, 8, 8, 8, 8, 8, 87, 88, 8, 90, 9, 9, 93, 94, 9, 96, 97, 8, 99, 0, 20
Offset: 1
Examples
k = 68; divisors of 68: {1,2,4,17,34,68}. d_1 = 1, no occurrence of 1 in 68 d_2 = 2, no occurrence of 2 in 68 d_3 = 4, no occurrence of 4 in 68 d_4 = 17, no occurrence of 17 in 68 d_5 = 34, no occurrence of 34 in 68 d_6 = 68, 1 occurrence of 68 in 68, no remainder. The number 68 disappears after 6 sieving steps and is not a member of the sequence. k = 84; divisors of 84: {1,2,3,4,6,7,12,14,21,28,42,84}. d_1 = 1, no occurrence of 1 in 84 d_2 = 2, no occurrence of 2 in 84 d_3 = 3, no occurrence of 3 in 84 d_4 = 4, 1 occurrence of 4 in 84, erase 4, remains 8 d_5 = 6, no occurrence of 6 in 8 d_6 = 7, no occurrence of 7 in 8 As there is no other divisor of 84 <= 8 (and > 7) to sieve with, the result for k = 84 after six sieving steps is 8. Number 8 is thus a member of the sequence. k = 106; divisors of 106: {1,2,53,106}. d_1 = 1, 1 occurrence of 1 in 106, erase 1, remains 06 which equals to 6 d_2 = 2, no occurrence of 2 in 6 As there is no other divisor of 106 <= 6 (and > 2) to sieve with, the result for k = 106 after two sieving steps is 6. Number 6 is thus a member of the sequence.
Comments