This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A298607 #16 Apr 07 2020 22:27:23 %S A298607 1024,2048,4096,131072,1048576,2097152,4194304,8388608,67108864, %T A298607 536870912,1073741824,274877906944,1099511627776,2199023255552, %U A298607 4398046511104,8796093022208,17592186044416,35184372088832,70368744177664,140737488355328,281474976710656,1125899906842624 %N A298607 Powers of 2 with the digit '0' in their decimal expansion. %C A298607 The complement, A238938, is conjectured to be finite. Furthermore, Khovanova (see link) believes 2^86 = 77371252455336267181195264 is the largest power of 2 not in this sequence. %H A298607 Tanya Khovanova, <a href="https://blog.tanyakhovanova.com/2011/02/86-conjecture/">"86 Conjecture"</a>, Tanya Khovanova's Math Blog, February 15, 2011. %e A298607 2^12 = 4096 contains one 0 in its decimal representation, hence 4096 is in the sequence. %e A298607 2^13 = 8192 contains no 0's and is thus not in the sequence. %t A298607 Select[2^Range[0, 63], DigitCount[#, 10, 0] > 0 &] %o A298607 (PARI) lista(nn) = {for (n=0, nn, if (vecsearch(Set(digits(p=2^n)), 0), print1(p, ", ")););} \\ _Michel Marcus_, Mar 05 2018 %Y A298607 Cf. A007377, A027870. %K A298607 nonn,base %O A298607 1,1 %A A298607 _Alonso del Arte_, Jan 22 2018