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.

A124294 Number of free generators of degree n of symmetric polynomials in 6-noncommuting variables.

Original entry on oeis.org

1, 1, 2, 6, 22, 92, 425, 2119, 11184, 61499, 347980, 2007643, 11734604, 69181578, 410179429, 2441025998, 14562284120, 87012222100, 520458020949, 3115224471290, 18654716694895, 111741999352603, 669466118302169
Offset: 1

Views

Author

Mike Zabrocki, Oct 24 2006

Keywords

Comments

Also the number of non-splitable set partitions (see Bergeron et al. reference) of length <=6

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{15, -81, 192, -189, 53}, {1, 1, 2, 6, 22}, 23] (* Jean-François Alcover, Dec 04 2018 *)

Formula

O.g.f.: (1-14*q+68*q^2-135*q^3+91*q^4)/(1-15*q+81*q^2-192*q^3+189*q^4-53*q^5) = (1 - 1/(sum_{k=0}^6 q^k/(prod_{i=1}^k (1-i*q))))/q a(n) = add( A055105(n,k), k=1..6) = add(A055106(n,k),k=1..5)