Extreme Palindromes

Kathy Q. Ji,Herbert S. Wilf
DOI: https://doi.org/10.48550/arXiv.math/0611465
2006-11-15
Abstract:A recursively palindromic (RP) word is one that is a palindrome and whose left half-word and right half-word are each RP. Thus ABACABA is, and MADAM is not, an RP word. We count RP words of given length over a finite alphabet and RP compositions of an integer. We use the same method to determine the parity of the Catalan numbers.
Combinatorics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is about the counting problems of **Recursively Palindromic (RP) words and combinatorial structures**, and using these structures to study the properties of other combinatorial objects. Specifically, the paper mainly explores the following aspects: 1. **Counting of RP words**: Given a finite alphabet, calculate the number of recursively palindromic words of length \(n\). 2. **Counting of RP combinations**: Calculate the number of recursively palindromic combinations of the integer \(n\). 3. **Parity of Catalan numbers**: Determine the parity of Catalan numbers by means of recursive palindromes. ### Detailed Explanation #### 1. Definition and Counting of RP Words - **Definition**: A word is Recursively Palindromic (RP) if it is a palindrome and its left and right halves are also recursively palindromic. For example, `ABACABA` is an RP word, while `MADAM` is not. - **Counting formula**: For a word of length \(n\), using \(K\) letters in the alphabet, the number of RP words is \(K^{\alpha(n)}\), where \(\alpha(n)\) represents the number of 1s in the binary representation of \(n\). #### 2. Definition and Counting of RP Combinations - **Definition**: A combination of an integer \(n\) is an RP combination if it can be written as the sum of several positive integers, and the form of this sum is recursively symmetric. - **Counting formula**: Through the recurrence relations \(f(2n + 1)=f(2n)\) and \(f(2n)=f(2n - 2)+f(n)\), it is finally concluded that the number of RP combinations is equal to the number of ways to decompose \(n\) into powers of 2 (i.e., binary partition). #### 3. Parity of Catalan Numbers - **Conclusion**: The Catalan number \(C_n\) is odd if and only if \(n = 2^k-1\) for some integer \(k\). - **Proof method**: By defining an involution on a binary tree and observing its fixed points, the above conclusion is obtained. ### Main Contributions of the Paper - Propose a new recursive palindromic structure and give its counting method. - Use the concept of recursive palindromes to provide a concise combinatorial proof method to study the parity of Catalan numbers. - Apply the idea of recursive palindromes to the study of other combinatorial structures (such as combinations, binary trees, etc.), showing its broad application prospects. Through these studies, the paper not only solves specific counting problems but also provides a new perspective and tool for the field of combinatorial mathematics.