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

A003929 Order of simple Chevalley group B_n (7).

Original entry on oeis.org

168, 138297600, 273457218604953600, 1298254740461168363656151040000, 14798669658041409826117343924395087366717440000, 405021050810995193742724745833742085838315883140458032922624000000
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[7, n], {n, 1, 6}] (* Amiram Eldar, Jul 11 2025 *)

Formula

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

Extensions

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