Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #9 Sep 01 2020 08:42:05
%S 5,9,11,17,19,21,23,33,35,37,39,41,43,45,47,65,67,69,71,73,75,77,79,
%T 81,83,85,87,89,91,93,95,129,131,133,135,137,139,141,143,145,147,149,
%U 151,153,155,157,159,161,163,165,167,169,171,173,175,177,179
%N Odd numbers whose binary expansion begins 10.
%H Amiram Eldar, <a href="/A171763/b171763.txt">Table of n, a(n) for n = 1..10000</a>
%t Select[Range[3,181,2],Take[IntegerDigits[#,2],2]=={1,0}&] (* _Harvey P. Dale_, Jun 09 2016 *)
%Y Cf. A171757, A171758, A171764.
%Y A subsequence of A004754.
%K nonn,base
%O 1,1
%A _N. J. A. Sloane_, Oct 12 2010