Palindromic Polynomial

Palindromic Polynomial

A polynomial is palindromic, if the sequence of its coefficients are a palindrome.

Let

be a polynomial of degree n, then P is palindromic if ai = ani for i = 0, 1, ... n.

Similarly, P is called antipalindromic if ai = −ani for i = 0, 1, ... n. It follows from the definition that if P is of even degree (so has odd number of terms in the polynomial), then it can only be antipalindromic when the 'middle' term is 0, i.e. ai = −an, where n = 2i.

Read more about Palindromic Polynomial:  Examples, Properties, Factorization, Converting Other Polynomials To Palindromic Form