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

A166934 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 different valued digits (0 and 1).

Original entry on oeis.org

5, 9, 10, 11, 13, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 29, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97
Offset: 1

Views

Author

Leroy Quet, Oct 24 2009

Keywords

Comments

All terms of this sequence are contained in sequence A101082. (47 is the first integer that is in A101082, but is not in this sequence.)

Examples

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

Crossrefs

Extensions

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