OFFSET
1,3
COMMENTS
For example, aaabbb is not a (finite) palindrome but it is a periodic palindrome.
REFERENCES
M. R. Nester (1999). Mathematical investigations of some plant interaction designs. PhD Thesis. University of Queensland, Brisbane, Australia. [See A056391 for pdf file of Chap. 2]
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..1000
FORMULA
G.f.: Sum_{k>=1} mu(k)*x^(2*k)*(1 + x^k)/((1 - x^k)*(1 - 2*x^(2*k))). - Andrew Howroyd, Sep 29 2019
PROG
(PARI) seq(n)={Vec(sum(k=1, n\2, moebius(k)*x^(2*k)*(1 + x^k)/((1 - x^k)*(1 - 2*x^(2*k))) + O(x*x^n)), -n)} \\ Andrew Howroyd, Sep 29 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(32) and beyond from Andrew Howroyd, Sep 28 2019
STATUS
approved