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 A080659 #6 Mar 30 2012 16:49:39 %S A080659 1,3674160,88580102706155225088000, %T A080659 31180187340244394380451751732775816935095098996162560000000000, %U A080659 234260670776288045954071997895225719627421688127737132331392149764072811894713478221812860985540608000000000000000000 %N A080659 Order of group of n X n X n Rubik cube, under assumptions s, m, i. %C A080659 The three possible assumptions considered here are the following: %C A080659 s (for n odd) indicates that we are working in the "supergroup" and so take account of twists of the face centers. %C A080659 m (for n > 3) indicates that the pieces are marked so that we take account of the permutation of the identically-colored pieces on a face. %C A080659 i (for n > 3) indicates that we are working in the theoretical invisible group and solve the pieces on the interior of the cube as well as the exterior. It is assumed that the M and S traits apply to the interior pieces as if they were on the exterior of a smaller cube. %D A080659 Dan Hoey, posting to Cube Lovers List, Jun 24, 1987. %D A080659 Rowley, Chris, The group of the Hungarian magic cube, in Algebraic structures and applications (Nedlands, 1980), pp. 33-43, Lecture Notes in Pure and Appl. Math., 74, Dekker, New York, 1982. %H A080659 Alan Bawden, <a href="ftp://ftp.ai.mit.edu/pub/cube-lovers/cube-mail-6.gz">Cube Lovers Archive, Part 6</a> %p A080659 f := proc(n) local A,B,C,D,E,F,G; if n mod 2 = 1 then A := (n-1)/2; F := 0; B := (n-1)/2; C := (n-1)/2; D := (n-1)/2; E := (n+4)*(n-1)*(n-3)/24; G := 0; else A := n/2; F := 1; B := n/2; C := 0; D := 0; E := n*(n^2-4)/24; G := 0; fi; (2^A*((8!/2)*3^7)^B*((12!/2)*2^11)^C*((4^6)/2)^D*(24!/2)^E)/(24^F*((24^6)/2)^G); end; %Y A080659 See A007458, A054434, A075152, A074914, A080656-A080662 for other versions. %K A080659 nonn %O A080659 1,2 %A A080659 _N. J. A. Sloane_, Mar 01 2003