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.

A209672 a(n) = count of monomials, of degrees k=1 to n, in the Schur symmetric polynomials s(mu,k) summed over all partitions mu of n.

Original entry on oeis.org

1, 5, 26, 165, 1093, 8203, 64516, 550766, 4911215, 46480657, 457372449, 4714813700, 50312993309, 557792410015, 6377533006104, 75321602836350, 914532538185703, 11422271100356431, 146273502952981364, 1920759273853147991, 25802956138975439144, 354546559878617075950
Offset: 1

Views

Author

Wouter Meeussen, Mar 11 2012

Keywords

Comments

Row sums of triangle A191714.

Crossrefs

Programs

  • Mathematica
    (* see A191714 *)
    Tr /@ Table[Tr[stanley[#, k] & /@ Partitions[n]], {n, 10}, {k, n}]

Extensions

a(11)-a(22) from Alois P. Heinz, Mar 11 2012