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.

A056475 Number of palindromic structures using exactly six different symbols.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 21, 21, 266, 266, 2646, 2646, 22827, 22827, 179487, 179487, 1323652, 1323652, 9321312, 9321312, 63436373, 63436373, 420693273, 420693273, 2734926558, 2734926558, 17505749898, 17505749898, 110687251039, 110687251039
Offset: 1

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) = stirling2( [(n+1)/2], 6).
G.f.: x^11/((x-1)*(2*x-1)*(2*x+1)*(2*x^2-1)*(3*x^2-1)*(5*x^2-1)*(6*x^2-1)). [Colin Barker, Jul 24 2012]