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.

A003932 Order of universal Chevalley group B_3(q), q = prime power.

Original entry on oeis.org

1451520, 9170703360, 4106059776000, 457002000000000, 546914437209907200, 9077005607176765440, 108051462804999168000, 7338585441586912128000, 245593958671812227742720, 19266960106724096212992000, 68852034247000426560552960, 712225595693024258315904000
Offset: 1

Views

Author

Keywords

References

  • J. H. Conway, R. T. Curtis, S. P. Norton, R. A. Parker and R. A. Wilson, ATLAS of Finite Groups. Oxford Univ. Press, 1985 [for best online version see https://oeis.org/wiki/Welcome#Links_to_Other_Sites], p. xvi.
  • H. S. M. Coxeter and W. O. J. Moser, Generators and Relations for Discrete Groups, 4th ed., Springer-Verlag, NY, reprinted 1984, p. 131.

Crossrefs

Programs

  • Magma
    [#SymplecticGroup(6, q) : q in [2..50] | IsPrimePower(q)];  // Robin Visser, Aug 07 2023
  • Mathematica
    B[q_, n_] := q^(n^2) * Product[q^(2*k) - 1, {k, 1, n}]; Table[B[q, 3], {q, Select[Range[20], PrimePowerQ]}] (* Amiram Eldar, Jun 24 2025 *)

Formula

a(n) = B(A000961(n + 1), 3) where B(q,n) is defined in A003920. - Sean A. Irvine, Sep 22 2015

Extensions

More terms from Robin Visser, Aug 07 2023