Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075152
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075152 Number of possible permutations of a Rubik cube of size n X n X n. +0
11
1, 3674160, 43252003274489856000, 7401196841564901869874093974498574336000000000, 282870942277741856536180333107150328293127731985672134721536000000000000000 (list; graph; listen)
OFFSET

1,2

COMMENT

More precisely, order of group of n X n X n Rubik cube, under assumptions not-s, not-m, not-i.

The three possible assumptions considered here are the following:

s (for n odd) indicates that we are working in the "supergroup" and so take account of twists of the face centers.

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.

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.

REFERENCES

Dan Hoey, posting to Cube Lovers List, Jun 24, 1987.

LINKS

Robert G. Wilson v, (rgwv(AT)rgwv.com), Table of n, a(n) for n = 1..10 . [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 23 2009]

Answers.com, Rubik's Cube . [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 23 2009]

Alan Bawden, Cube Lovers Archive, Part 6

.docstoc, How to Solve a Rubiks Cube . [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 23 2009]

Christophe Goudey, Informtion . [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 23 2009]

Uwe Meffert, Meffert's Puzzles

Jaap Scherphuis, Puzzle Pages

Eric Weisstein's World of Mathematics, Rubik's Cube . [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 23 2009]

WikiHow, How to Solve a Rubik's Cube with the Layer Method . [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 23 2009]

Wikipedia, Professor's Cube . [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 23 2009]

Wikipedia, Professor's Cube . [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 23 2009]

MAPLE

f := proc(n) local A, B, C, D, E, F, G; if n mod 2 = 1 then A := (n-1)/2; F := 0; B := 1; C := 1; D := 0; E := (n+1)*(n-3)/4; G := (n-1)*(n-3)/4; else A := n/2; F := 1; B := 1; C := 0; D := 0; E := n*(n-2)/4; G := (n-2)^2/4; 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;

MATHEMATICA

f[n_] := Block[{a, b, c, d, e, f, g}, If[OddQ@ n, a = (n - 1)/2; b = c = 1; d = f = 0; e = (n + 1) (n - 3)/4; g = (n - 1) (n - 3)/4, a = n/2; b = f = 1; c = d = 0; e = n (n - 2)/4; g = (n - 2)^2/4]; Ceiling[(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)]]; Array[f, 10] [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 23 2009]

CROSSREFS

See A007458, A054434, A075152, A074914, A080656-A080662 for other versions.

Sequence in context: A090074 A114686 A080657 this_sequence A080658 A080656 A074914

Adjacent sequences: A075149 A075150 A075151 this_sequence A075153 A075154 A075155

KEYWORD

nonn

AUTHOR

Warren Power (wjpnply(AT)hotmail.com), Sep 05 2002

EXTENSIONS

Entry revised by N. J. A. Sloane (njas(AT)research.att.com), Apr 01 2006

Offset changed to 1 by N. J. A. Sloane, Sep 02 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research