Answer: It would be odd-length palindromes
Explanation: An odd-length palindrome can be identified as a string whose characters at even indices form a Palindrome while the characters at odd indices also form a Palindrome separately. I hope this "Definition" helped.