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.

A008634 Molien series for A_11.

Original entry on oeis.org

1, 1, 2, 3, 5, 7, 11, 15, 22, 30, 42, 56, 76, 99, 131, 169, 219, 278, 355, 445, 560, 695, 863, 1060, 1303, 1586, 1930, 2331, 2812, 3370, 4035, 4802, 5708, 6751, 7972, 9373, 11004, 12866, 15021, 17475, 20298, 23501, 27169, 31316, 36043, 41373, 47420, 54218, 61903, 70515, 80215, 91058, 103226, 116792, 131970, 148848
Offset: 0

Views

Author

Keywords

References

  • D. J. Benson, Polynomial Invariants of Finite Groups, Cambridge, 1993, p. 105.

Crossrefs

Differs from A008640 at 55th term.

Programs

  • Maple
    gf:= (1+x^55)/(1-x)/(1-x^2)/(1-x^3)/(1-x^4)/(1-x^5)/(1-x^6)/(1-x^7)/(1-x^8)/(1-x^9)/(1-x^10)/(1-x^11):
    seq(coeff(series(gf, x, n+1), x, n), n=0..70);
  • Mathematica
    CoefficientList[Series[(1+x^55)/Times@@(1-x^Range[11]),{x,0,60}],x] (* Harvey P. Dale, Jul 27 2024 *)

Formula

G.f.: (1+x^55)/((1-x)*(1-x^2)*(1-x^3)*(1-x^4)*(1-x^5)*(1-x^6)*(1-x^7)*(1-x^8)*(1-x^9)*(1-x^10)*(1-x^11)).

Extensions

Corrected by Harvey P. Dale, Jul 21 2024
a(55) restored by Sean A. Irvine, Jul 27 2024