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.

Showing 1-2 of 2 results.

A003928 Order of simple Chevalley group B_n (5).

Original entry on oeis.org

60, 4680000, 228501000000000, 6973279267500000000000000, 133004733151172695312500000000000000000, 1585539968089882234636505126953125000000000000000000000
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    b[q_, n_] := q^(n^2) * Product[q^(2*k) - 1, {k, 1, n}] / GCD[2, q-1]; Table[b[5, n], {n, 1, 6}] (* Amiram Eldar, Jul 11 2025 *)

Formula

a(n) = b(5,n) where b(q,n) is defined in A003927. - Sean A. Irvine, Sep 22 2015
a(n) ~ c * 5^(2*n^2+n)/2, where c = Product_{k>=1} (1 - 1/5^(2*k)) = 0.958400102563... . - Amiram Eldar, Jul 11 2025

A003930 Order of simple Chevalley group B_n (9).

Original entry on oeis.org

360, 1721606400, 54025731402499584000, 11123418742298669930322238341120000, 15026089310120671289900284876259193821694984192000000, 133175299735499915203175849633922453238030221758644323033296865853440000000
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    b[q_, n_] := q^(n^2) * Product[q^(2*k) - 1, {k, 1, n}] / GCD[2, q-1]; Table[b[9, n], {n, 1, 6}] (* Amiram Eldar, Jul 11 2025 *)

Formula

a(n) = b(9,n) where b(q,n) is defined in A003927. - Sean A. Irvine, Sep 22 2015
a(n) ~ c * 9^(2*n^2+n)/2, where c = Product_{k>=1} (1 - 1/9^(2*k)) = 0.987501905484... . - Amiram Eldar, Jul 11 2025

Extensions

a(6) from Sean A. Irvine, Sep 22 2015
Showing 1-2 of 2 results.