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.

A178781 Expansion of the polynomial (x^9-1)*(x^7-1)*(x^6-1)*(x^5-1)*(x^4-1)*(x^3-1)*(x-1) in increasing powers of x.

Original entry on oeis.org

-1, 1, 0, 1, 0, 0, 0, -1, -1, 0, -1, 0, 1, 0, 2, 0, 1, 0, 0, -1, 0, -2, 0, -1, 0, 1, 0, 1, 1, 0, 0, 0, -1, 0, -1, 1
Offset: 0

Views

Author

N. J. A. Sloane, Dec 26 2010

Keywords

Comments

q^63*(q^18-1)*(q^14-1)*(q^12-1)*(q^10-1)*(q^8-1)*(q^6-1)*(q^2-1) is the order of the simple group E_7(q), if q is a prime power.
The x-polynomial f(x) and the q-polynomial g(q) are such that g(q) = q^63*f(q^2) - Jean-François Alcover, Aug 25 2022

References

  • R. L. Griess, Jr., Twelve Sporadic Groups, Springer, 1998; see p. 169.

Crossrefs

Programs

  • PARI
    Vecrev((x^9-1)*(x^7-1)*(x^6-1)*(x^5-1)*(x^4-1)*(x^3-1)*(x-1)) \\ Michel Marcus, Aug 25 2022