I manually checked the first $20$ base $2$ palindromes and I did not find any base $3$ palindromes among them.
Is there any definite way of determining this? What about other bases?
I manually checked the first $20$ base $2$ palindromes and I did not find any base $3$ palindromes among them.
Is there any definite way of determining this? What about other bases?
Copyright © 2021 JogjaFile Inc.
Note that what you are looking for is basically the sequence $\text{A0607092}$ on OEIS.
However, examining the comments on the OEIS page, it seems unlikely that we will find a closed form for all such $n$ that satisfies the condition. Also, it seems that such $n$ grows very quickly. You probably should just write a code.
A collections of code can be seen here. For example, you can code this on Python by