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 A175054 #14 Oct 22 2024 13:01:26 %S A175054 1,3,4,7,8,9,12,15,16,17,19,24,25,28,31,32,33,35,36,39,48,49,51,56,57, %T A175054 60,63,64,65,67,68,71,72,73,76,79,96,97,99,100,103,112,113,115,120, %U A175054 121,124,127,128,129,131,132,135,136,137,140,143,144,145,147,152,153,156 %N A175054 A positive integer n is included if there is no run of 0's in the binary representation of n that is only one digit long. %C A175054 This sequence consists of the terms of A144794 together with those integers of the form 2^k -1. %H A175054 Michael De Vlieger, <a href="/A175054/b175054.txt">Table of n, a(n) for n = 1..10000</a> %t A175054 Select[Range@ 160, Select[Split@ IntegerDigits[#, 2], Length[#] == 1 && First[#] == 0 &] == {} &] (* _Michael De Vlieger_, Sep 03 2017 *) %Y A175054 Cf. A144794. %Y A175054 Complement of A377167. %K A175054 base,nonn %O A175054 1,2 %A A175054 _Leroy Quet_, Dec 08 2009 %E A175054 Extended by _Ray Chandler_, Dec 18 2009