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.

Showing 1-1 of 1 results.

A165316 a(n) = the number of digits in the binary representation of n that each either precede and/or follow a similarly valued digit.

Original entry on oeis.org

0, 0, 2, 2, 0, 2, 3, 3, 2, 0, 2, 4, 2, 3, 4, 4, 3, 2, 4, 2, 0, 2, 3, 5, 4, 2, 4, 5, 3, 4, 5, 5, 4, 3, 5, 4, 2, 4, 5, 3, 2, 0, 2, 4, 2, 3, 4, 6, 5, 4, 6, 4, 2, 4, 5, 6, 5, 3, 5, 6, 4, 5, 6, 6, 5, 4, 6, 5, 3, 5, 6, 5, 4, 2, 4, 6, 4, 5, 6, 4, 3, 2, 4, 2, 0, 2, 3, 5, 4, 2, 4, 5, 3, 4, 5, 7, 6, 5, 7, 6, 4, 6, 7, 5, 4
Offset: 1

Views

Author

Leroy Quet, Sep 14 2009

Keywords

Examples

			184 in binary is 10111001. There are exactly five binary digits (the 2nd, 3rd, and 4th 1's from the left, and the 2nd and 3rd 0's from the left) that are each adjacent to a similar digit. So a(184) = 5.
		

Crossrefs

Cf. A165317.

Extensions

Extended by Ray Chandler, Mar 13 2010
Showing 1-1 of 1 results.