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 A171764 #7 Sep 01 2020 08:42:10 %S A171764 101,1001,1011,10001,10011,10101,10111,100001,100011,100101,100111, %T A171764 101001,101011,101101,101111,1000001,1000011,1000101,1000111,1001001, %U A171764 1001011,1001101,1001111,1010001,1010011,1010101,1010111,1011001,1011011,1011101,1011111,10000001 %N A171764 Binary expansion of numbers in A171763. %H A171764 Amiram Eldar, <a href="/A171764/b171764.txt">Table of n, a(n) for n = 1..10000</a> %F A171764 a(n) = A007088(A171763(n)). - _Amiram Eldar_, Sep 01 2020 %t A171764 bin[n_] := FromDigits[IntegerDigits[n, 2]]; bin /@ Select[Range[3, 130, 2], IntegerDigits[#, 2][[1 ;; 2]] == {1, 0} &] (* _Amiram Eldar_, Sep 01 2020 *) %Y A171764 Cf. A007088, A171763. %K A171764 nonn,base %O A171764 1,1 %A A171764 _N. J. A. Sloane_, Oct 12 2010