In the last article on square-root palindromes [1], we investigated constant square-root palindromes (those in which all terms are the same) using a combination of programs, guesses, and deduction. In this article, we’ll take a different approach: solving continued fractions to get data from which to derive more information about square-root palindromes. In a previous article [2], we showed a m...