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.

A178779 Expansion of the polynomial x^12*(x^6-1)*(x^4-1)*(x^3-1)*(x-1) in increasing powers of x.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Dec 26 2010

Keywords

Comments

q^24*(q^12-1)*(q^8-1)*(q^6-1)*(q^2-1) is the order of the simple group F_4(q), if q is a prime power.
The x-polynomial f(x) and the q-polynomial g(q) are such that g(q) = 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^12*(x^6-1)*(x^4-1)*(x^3-1)*(x-1)) \\ Michel Marcus, Aug 25 2022