cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A056504 Number of periodic palindromic structures of length n using a maximum of three different symbols.

Original entry on oeis.org

1, 1, 2, 2, 5, 5, 12, 14, 33, 41, 90, 122, 259, 365, 756, 1094, 2233, 3281, 6642, 9842, 19813, 29525, 59292, 88574, 177527, 265721, 532170, 797162, 1595443, 2391485, 4785156, 7174454, 14352233, 21523361, 43053282, 64570082, 129150085, 193710245, 387440172, 581130734, 1162291121
Offset: 0

Views

Author

Keywords

Comments

For example, aaabbb is not a (finite) palindrome but it is a periodic palindrome. Permuting the symbols will not change the structure.

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]

Crossrefs

Formula

a(n) = Sum_{k=1..3} A285012(n, k) for n > 0. - Andrew Howroyd, Oct 01 2019

Extensions

a(17)-a(35) from Andrew Howroyd, Apr 07 2017
a(0)=1 prepended and terms a(36) and beyond from Andrew Howroyd, Oct 01 2019