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.

A056474 Number of palindromic structures using exactly five different symbols.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 15, 15, 140, 140, 1050, 1050, 6951, 6951, 42525, 42525, 246730, 246730, 1379400, 1379400, 7508501, 7508501, 40075035, 40075035, 210766920, 210766920, 1096190550
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

Programs

  • Mathematica
    Table[StirlingS2[Floor[(n+1)/2],5],{n,40}] (* Harvey P. Dale, Dec 18 2012 *)

Formula

stirling2( [(n+1)/2], 5).
G.f.: -x^9/((x-1)*(2*x-1)*(2*x+1)*(2*x^2-1)*(3*x^2-1)*(5*x^2-1)). [Colin Barker, Jul 24 2012]