Hello all,
The sequence is: numbers n such that all of the digits of n are not encountered in the Collatz pathway from n to 1.
Example: 5 is a member of this sequence because 5 --> 16 --> 8 --> 4 --> 2 --> 1 and the digit 5 is not encountered in this pathway (after the initial 5)
Similarly, 29 is in this sequence because 29 88 44 22 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1 covers the 2 in 29, but the 9 never appears.
Finally, 77 is a member because 77 232 116 58 29 88 44 22 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1 has one 7 in it, but both 7s need to appear.
30 is not a member because 30 15 46 23 70 has both a 3 and a 0.
The terms grow very sparse very quickly.
[1, 2, 3, 4, 5, 8, 9, 10, 13, 16, 17, 29, 32, 49, 53, 69, 70, 77, 88, 90, 92, 93, 96, 149, 170, 227, 256, 276, 277, 296, 320, 336, 369, 469, 672, 739, 753, 768, 896, 904, 906, 908, 909, 936, 953, 960, 964, 966, 1024, 1109, 1492, 1493, 1696, 1704, 1706, 2275, 2728, 2730, 2896, 2900, 2901, 2954, 3392, 3413, 4017, 4096, 4277, 4292, 4293, 4437, 4549, 5376, 5909, 6784, 7272, 7281, 7509, 8872, 8960, 9024, 9096, 9098, 9100, 9101, 9600, 9664, 9668, 9669, 9670, 10752, 10912, 13653, 16070, 16077, 16177, 17172, 17744, 17749, 21427, 25770, 26692, 26693, 26694, 27296, 27304, 27306, 29008, 29012, 29013, 29096, 30946, 32768, 35496, 38797, 40960, 47776, 53389, 64276, 64277, 68692, 68693, 69632, 70912, 70992, 70997, 72192, 72320, 72784, 72817, 77056, 77120, 77312, 77669, 81349, 87376, 90112, 91249, 91296, 91349, 91520, 91589, 92840, 94549, 94913, 97077, 102912, 106496, 109056, 109216, 162696, 212992, 257128, 257130, 273749, 274773, 309474, 310677, 327680, 427092, 427093, 488096, 549546, 567978, 569429, 569484, 569485, 569494, 618949, 696320, 728177, 771072, 771328, 771392, 771712, 776644, 776645, 776716, 776717, 854229, 873728, 873792, 873808, 928424, 961024, 976128, 976192, 990292, 990293, 1094912, 1094992, 1099092, 1099093, 1138915, 1649664, 1703936, 1747616, 2989169, 3297280, 3299328, 3407872, 3416912, 3416917, 3494912, 3727872, 4694469, 5124096, 6607872, 6833492, 6833493, 6941909, 8098949, 9110869, 9111779, 9388941, 9389169, 13667669]
From 10,000,000 to 20,000,000 there is only one additional term: 13667669
The terms don't seem to have a lot in common. though repeated digits are well represented (for obvious reasons). Evens and odds are both common. Is there rhyme or reason here? My computer ran all night and didn't get to 250 terms...is the sequence finite? And, of course, is it worthy of OEIS?
I'd love to hear your thoughts.
Best,
Dave Consiglio