Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A008870
Order of simple Chevalley group E_7 (q), q = prime power.
0
7997476042075799759100487262680802918400, 1271375236818136742240479751139021644554379203770766254617395200
OFFSET
1,1
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.
MAPLE
q^63*(q^2-1)*(q^6-1)*(q^8-1)*(q^10-1)*(q^12-1)*(q^14-1)*(q^18-1)/gcd(2, q-1);
MATHEMATICA
Table[q^63*(q^2-1)*(q^6-1)*(q^8-1)*(q^10-1)*(q^12-1)*(q^14-1)*(q^18-1)/GCD[2, q-1], {q, Select[Range[3], PrimePowerQ]}] (* Jean-François Alcover, Aug 24 2022 *)
CROSSREFS
Sequence in context: A105300 A292992 A375648 * A008869 A095474 A003944
KEYWORD
nonn,easy,bref
AUTHOR
STATUS
approved