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.

A333512 Numbers nontrivially palindromic in exactly three consecutive number bases.

This page as a plain text file.
%I A333512 #6 Mar 26 2020 14:22:25
%S A333512 1654123,4564873,1687837537501,195766180573603
%N A333512 Numbers nontrivially palindromic in exactly three consecutive number bases.
%C A333512 Numbers which are strictly non-palindromic up to a set of k=3 consecutive number bases. It is conjectured that such a sequence for k>=4 is empty. For a special case of k=0, we have the sequence A016038.
%C A333512 A subsequence of A279093. Notice that a(1),a(2),a(3),a(4) are all of the form (b^3 + 3 b^2 + 5 b + 2)/2 where b=2k+6, for k=71,101,7497,36575. Not all terms are necessarily of this form. (See comments in A279093, containing a total of 9 known such forms that generate numbers palindromic in three consecutive number bases.)
%C A333512 For every n, a(n) should be a prime number.
%e A333512 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.
%Y A333512 Cf. A279092, A279093 (consecutive palindromes), A016038 (strictly non-palindromic numbers), A060792 (palindromes in bases 2 and 3).
%K A333512 nonn,hard,more
%O A333512 1,1
%A A333512 _Matej Veselovac_, Mar 25 2020