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.
%I A003924 #21 Jul 10 2025 04:17:40 %S A003924 336,276595200,546914437209907200,2596509480922336727312302080000, %T A003924 29597339316082819652234687848790174733434880000, %U A003924 810042101621990387485449491667484171676631766280916065845248000000 %N A003924 Order of universal Chevalley group B_n (7). %D A003924 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. %D A003924 H. S. M. Coxeter and W. O. J. Moser, Generators and Relations for Discrete Groups, 4th ed., Springer-Verlag, NY, reprinted 1984, p. 131. %H A003924 <a href="/index/Gre#groups">Index entries for sequences related to groups</a>. %F A003924 a(n) = B(7,n) where B(q,n) is defined in A003920. - _Sean A. Irvine_, Sep 22 2015 %F A003924 a(n) ~ c * 7^(2*n^2+n), where c = Product_{k>=1} (1-1/49^k) = 0.979175347148... . - _Amiram Eldar_, Jul 09 2025 %t A003924 B[q_, n_] := q^(n^2) * Product[q^(2*k) - 1, {k, 1, n}]; Table[B[7, n], {n, 1, 6}] (* _Amiram Eldar_, Jun 23 2025 *) %Y A003924 Cf. A003920, A003921, A003922, A003925, A003926. %K A003924 nonn,easy %O A003924 1,1 %A A003924 _N. J. A. Sloane_ %E A003924 a(6) from _Sean A. Irvine_, Sep 22 2015 %E A003924 Offset corrected by _Amiram Eldar_, Jun 23 2025