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.

A056500 Number of primitive (period n) periodic palindromes using exactly four different symbols.

Original entry on oeis.org

0, 0, 0, 0, 0, 12, 24, 132, 240, 900, 1560, 4968, 8400, 24588, 40824, 113520, 186480, 502248, 818520, 2157360, 3497976, 9085452, 14676024, 37723260, 60780720, 155082900, 249401640, 632947728, 1016542800, 2569816476, 4123173624, 10393520640
Offset: 1

Views

Author

Keywords

Examples

			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]

Crossrefs

Column 4 of A327878.

Formula

a(n) = Sum_{d|n} mu(d)*A056490(n/d).

Extensions

Terms corrected by Andrew Howroyd, Sep 28 2019