cp's OEIS Frontend

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.

A255568 Numbers in whose binary representation there are six 1-bits more than there are nonleading 0-bits.

Original entry on oeis.org

63, 191, 223, 239, 247, 251, 253, 254, 639, 703, 735, 751, 759, 763, 765, 766, 831, 863, 879, 887, 891, 893, 894, 927, 943, 951, 955, 957, 958, 975, 983, 987, 989, 990, 999, 1003, 1005, 1006, 1011, 1013, 1014, 1017, 1018, 1020, 2303, 2431, 2495, 2527, 2543, 2551, 2555
Offset: 1

Views

Author

Antti Karttunen, Mar 11 2015

Keywords

Comments

Numbers for which A037861(n) = -6.
Numbers in whose binary representation (A007088) the number of 1-bits = 6 + number of (nonleading) 0 bits.

Examples

			63 ("111111" in binary) is included because there are 0 zero-bits and six 1-bits.
191 ("10111111" in binary) is included because there is 1 zero-bit and seven 1-bits, thus there are six 1-bits more than the number of 0-bits.
		

Crossrefs

The intersection of A030130 and A023689 is a finite subsequence of this sequence.

Programs