Circular Permutation

The number of ways to arrange n distinct objects along a fixed (i.e., cannot be picked up out of the plane and turned over) circle is

 P_n=(n-1)!.

The number is (n-1)! instead of the usual factorial n! since all cyclic permutations of objects are equivalent because the circle can be rotated.

CircularPermutations

For example, of the 3!=6 permutations of three objects, the (3-1)!=2 distinct circular permutations are {1,2,3} and {1,3,2}. Similarly, of the 4!=24 permutations of four objects, the (4-1)!=6 distinct circular permutations are {1,2,3,4}, {1,2,4,3}, {1,3,2,4}, {1,3,4,2}, {1,4,2,3}, and {1,4,3,2}. Of these, there are only three free permutations (i.e., inequivalent when flipping the circle is allowed): {1,2,3,4}, {1,2,4,3}, and {1,3,2,4}. The number of free circular permutations of order n is P_n^'=1 for n=1, 2, and

 P_n^'=1/2(n-1)!

for n>=3, giving the sequence 1, 1, 1, 3, 12, 60, 360, 2520, ... (OEIS A001710).

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computerbasedmath.org »

Join the initiative for modernizing math education.

Online Integral Calculator »

Solve integrals with Wolfram|Alpha.

Step-by-step Solutions »

Walk through homework problems step-by-step from beginning to end. Hints help you try the next step on your own.

Wolfram Problem Generator »

Unlimited random practice problems and answers with built-in Step-by-step solutions. Practice online or make a printable study sheet.

Wolfram Education Portal »

Collection of teaching and learning tools built by Wolfram education experts: dynamic textbook, lesson plans, widgets, interactive Demonstrations, and more.

Wolfram Language »

Knowledge-based programming for everyone.