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.

A056477 Number of primitive (aperiodic) palindromic structures using a maximum of three different symbols.

Original entry on oeis.org

1, 1, 0, 1, 1, 4, 3, 13, 12, 39, 36, 121, 116, 364, 351, 1088, 1080, 3280, 3237, 9841, 9800, 29510, 29403, 88573, 88440, 265716, 265356, 797121, 796796, 2391484, 2390352, 7174453, 7173360, 21523238, 21520080, 64570064, 64566684, 193710244, 193700403, 581130368, 581120880
Offset: 0

Views

Author

Keywords

Comments

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_{d|n} mu(d)*A124302(ceiling(n/(2*d))) for n > 0.
a(n) = Sum_{k=1..3} A284826(n, k) for n > 0. - Andrew Howroyd, Oct 02 2019

Extensions

a(0)=1 prepended and terms a(32) and beyond from Andrew Howroyd, Oct 02 2019