A003787
Order of universal Chevalley group A_n (3).
Original entry on oeis.org
1, 24, 5616, 12130560, 237783237120, 42064805779476480, 67034222101339041669120, 961721214905722855895197286400, 124190524600592082795473760093457612800, 144339416867688029764487130056208182629053235200
Offset: 0
- 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.
-
[&*[(3^n - 3^k): k in [0..n-1]]/2: n in [1..10]]; // Vincenzo Librandi, Sep 19 2015
-
f[m_, n_] := m^(n (n + 1)/2) Product[m^k - 1, {k, 2, n + 1}];
f[3, #] & /@ Range[0, 9] (* Michael De Vlieger, Sep 18 2015 *)
A003789
Order of universal Chevalley group A_n (5).
Original entry on oeis.org
1, 120, 372000, 29016000000, 56653740000000000, 2766118855500000000000000, 3376566710423156250000000000000000, 103044374585338670859375000000000000000000000
Offset: 0
- 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.
-
[&*[(5^n-5^k): k in [0..n-1]]/4: n in [1..8]]; // Vincenzo Librandi, Sep 19 2015
-
f[m_, n_] := m^(n (n + 1)/2) Product[m^k - 1, {k, 2, n + 1}]; f[5, #] & /@ Range[0, 7] (* Michael De Vlieger, Sep 18 2015 *)
A003790
Order of universal Chevalley group A_n (7).
Original entry on oeis.org
1, 336, 5630688, 4635182361600, 187035198320488089600, 369826556020831611935738265600, 35832085525362833262818017603275320524800, 170115000551935077294273059250893063598899496222720000
Offset: 0
- 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.
-
[&*[(7^n - 7^k): k in [0..n-1]]/6: n in [1..10]]; // Vincenzo Librandi, Sep 19 2015
-
f[m_, n_] := m^(n (n + 1)/2) Product[m^k - 1, {k, 2, n + 1}]; f[7, #] & /@ Range[0, 7] (* Michael De Vlieger, Sep 18 2015 *)
A003792
Order of universal Chevalley group A_n (9).
Original entry on oeis.org
1, 720, 42456960, 203039372390400, 78660280796419613491200, 2468438315722201136962330755072000, 6274437692242927471137606015213542491815936000, 1291851049702792234730057308758464452124128263449062932480000
Offset: 0
- 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.
-
[&*[(9^n - 9^k): k in [0..n-1]]/8: n in [1..10]]; // Vincenzo Librandi, Sep 19 2015
-
f[m_, n_] := m^(n (n + 1)/2) Product[m^k - 1, {k, 2, n + 1}];
f[9, #] & /@ Range[0, 7] (* Michael De Vlieger, Sep 18 2015 *)
A052496
Number of nonsingular n X n matrices over GF(8).
Original entry on oeis.org
1, 7, 3528, 115379712, 241909719367680, 32467582052437076213760, 278893342293098904613804037898240, 153323163270070838469523866093442017326530560
Offset: 0
-
[1] cat [&*[(8^n-8^k): k in [0..n-1]]: n in [1..10]]; // Bruno Berselli, Jan 30 2013
-
Table[Product[(8^n - 8^j), {j, 0, n-1}], {n, 0, 10}] (* G. C. Greubel, May 14 2019 *)
-
{a(n) = prod(j=0,n-1, 8^n - 8^j)}; \\ G. C. Greubel, May 14 2019
-
[product(8^n - 8^j for j in (0..n-1)) for n in (0..10)] # G. C. Greubel, May 14 2019
A003788
Order of universal Chevalley group A_n (4).
Original entry on oeis.org
1, 60, 60480, 987033600, 258492255436800, 1083930404878024704000, 72736898347485916060188672000, 78099458182389588115529148326215680000, 1341733356588640095264385107865053233298800640000
Offset: 0
- 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.
-
[&*[(4^n - 4^k): k in [0..n-1]]/3: n in [1..8]]; // Vincenzo Librandi, Sep 19 2015
-
f[m_, n_] := m^(n (n + 1)/2) Product[m^k - 1, {k, 2, n + 1}];
f[4, #] & /@ Range[0, 8] (* Michael De Vlieger, Sep 18 2015 *)
Showing 1-6 of 6 results.