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-2 of 2 results.

A174196 Those positive integers that are both in sequence A166934 and in sequence A166935.

Original entry on oeis.org

23, 29, 40, 58, 79, 104, 116, 121, 176, 223, 232, 242, 251, 287, 288, 303, 335, 351, 485, 489, 497, 501, 502, 672, 736, 800, 815, 831, 847, 864, 971, 979, 994, 996, 1002, 1004, 1011, 1087, 1119, 1200, 1216, 1232, 1247, 1311, 1376, 1471, 1696, 1760, 1824, 1839
Offset: 1

Views

Author

Ray Chandler, Mar 11 2010

Keywords

Comments

Each integer in this sequence, when written in binary, contains at least two palindromic substrings that are tied for the longest such substring, one with identical digits and one with different digits.

Crossrefs

A166935 A positive integer n is included if the longest palindromic substring (or at least one of which that is tied for longest) in the binary representation of n consists of identically valued digits (all 0's or all 1's).

Original entry on oeis.org

1, 2, 3, 4, 6, 7, 8, 12, 14, 15, 16, 23, 24, 28, 29, 30, 31, 32, 40, 47, 48, 56, 58, 60, 61, 62, 63, 64, 79, 80, 95, 96, 104, 112, 116, 120, 121, 122, 124, 125, 126, 127, 128, 159, 160, 176, 191, 192, 208, 223, 224, 232, 240, 242, 244, 248, 249, 250, 251, 252, 253, 254
Offset: 1

Views

Author

Leroy Quet, Oct 24 2009

Keywords

Examples

			29 in binary is 11101. There are two substrings in this that are tied for longest palindromic substring, 111 and 101. Since 111 contains only 1's, then 29 is in this sequence.
		

Crossrefs

Extensions

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