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.

A169989 Expansion of Product_{i=0..m-1} 1 + x^(2*i+1) for m=6.

Original entry on oeis.org

1, 1, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 2, 2, 3, 3, 3, 2, 3, 3, 3, 2, 2, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 0, 1, 1
Offset: 0

Views

Author

N. J. A. Sloane, Aug 29 2010

Keywords

Comments

Product_{i=0..m-1} 1 + x^(2*i+1) is the Poincaré polynomial for GL(m).
Number of self-conjugate partitions of n into at most 6 parts. Also, number of partitions of n into distinct odd parts not larger than 11. - Álvar Ibeas, Jul 30 2020

References

  • H. Weyl, The Classical Groups, Princeton, 1946, see p. 233.

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[Product[1+x^(2i+1),{i,0,5}],{x,0,40}],x] (* Harvey P. Dale, Mar 03 2013 *)