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.

A056501 Number of primitive (period n) periodic palindromes using exactly five different symbols.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 60, 120, 960, 1800, 9300, 16800, 71400, 126000, 480000, 834120, 2968440, 5103000, 17354340, 29607600, 97566000, 165528000, 533264700, 901020120, 2854995360, 4809004080, 15050445900, 25292030400, 78417321240, 131542866000, 404936052000
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 5 of A327878.

Formula

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

Extensions

Terms corrected by Andrew Howroyd, Sep 28 2019