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.

A089010 a(n) = 1 if n is an exponent of the Weyl group W(E_8), 0 otherwise.

Original entry on oeis.org

1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 1

Views

Author

Paul Boddington, Nov 03 2003

Keywords

Comments

The exponents are 1, 7, 11, 13, 17, 19, 23, 29. The point of this sequence is that a similar generating function gives the exponents for any finite Coxeter group.

Crossrefs

Programs

  • Mathematica
    PadRight[CoefficientList[Series[x(1-x^20)(1-x^24)/((1-x^6)(1-x^10)),{x,0,120}],x],120,0] (* Harvey P. Dale, May 15 2018 *)
  • PARI
    Vec(x*(1-x^20)*(1-x^24)/((1-x^6)*(1-x^10)) + O(x^90)) \\ Michel Marcus, Aug 19 2015

Formula

G.f.: x*(1-x^20)*(1-x^24)/((1-x^6)*(1-x^10)).