A333512 Numbers nontrivially palindromic in exactly three consecutive number bases.
1654123, 4564873, 1687837537501, 195766180573603
Offset: 1
Examples
N = 1654123 is a palindrome when written in three consecutive number bases b = 148,149,150 and is not a palindrome in any other nontrivial number bases 2 <= b <= N-2. The three palindromic representations are: 1654123 = (75,76,75)_148 = (74,75,74)_149 = (73,77,73)_150. Hence, this number is a term of the sequence.
Comments