login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Numbers whose base-2 representation has 3 more 0's than 1's.
1

%I #13 Jul 04 2021 13:48:02

%S 16,65,66,68,72,80,96,259,261,262,265,266,268,273,274,276,280,289,290,

%T 292,296,304,321,322,324,328,336,352,385,386,388,392,400,416,448,1031,

%U 1035,1037,1038,1043,1045,1046,1049,1050,1052

%N Numbers whose base-2 representation has 3 more 0's than 1's.

%H Harvey P. Dale, <a href="/A031446/b031446.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Range[1200],DigitCount[#,2,0]-3==DigitCount[#,2,1]&] (* _Harvey P. Dale_, Mar 31 2021 *)

%Y Cf. A007088.

%K nonn,base

%O 1,1

%A _Clark Kimberling_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 22 14:04 EDT 2024. Contains 376114 sequences. (Running on oeis4.)