All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Permutation (Posted on 2024-01-24) Difficulty: 3 of 5
The order of a permutation is the number of times that permutation must be repeated until the objects return to their original positions. For example the permutation (2,3,1) on the letters ABC successively generates BCA, CAB and ABC, so its order is 3.

What is the highest possible order of a permutation on a list of 100 elements?

No Solution Yet Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Some Thoughts A quick guess | Comment 2 of 5 |
Every permutation is either a cycle or is composed of subintervals that are cycles.  The order of the permutation is the LCM of its sub-intervals.

So we require a set sub-intervals with sum 100 and to maximize the order, they shouldn't have common factors.

My guess is 2x3x5x7x11x13x17x19x23 = 223092870 should do it.

  Posted by Jer on 2024-01-24 09:08:56
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (13)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information