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.

A374561 Integers which are palindromes when expressed in more than one base 2 to 10.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 16, 17, 18, 20, 21, 24, 26, 27, 28, 31, 33, 36, 40, 45, 46, 50, 51, 52, 55, 57, 63, 65, 67, 73, 78, 80, 82, 85, 88, 91, 92, 93, 98, 99, 100, 104, 105, 107, 109, 111, 114, 119, 121, 127, 129, 130, 135, 141, 142, 150, 151, 154, 160, 164, 170, 171, 173, 178
Offset: 1

Views

Author

Paul Duckett, Jul 11 2024

Keywords

Comments

Sequence is infinite because all integers of the form 4^n-1 are palindromic in bases 2 and 4.

Examples

			5 is a term since it's palindromic in more than one base: base 2 (101) and base 4 (11).
121 is a term since it's palindromic in base 3 (11111) and base 7 (232), and also in fact in bases 8 and 10.
		

Crossrefs

Programs

Formula

A050812(a(n)) >= 2. - Michael S. Branicky, Aug 02 2024