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

Home > Numbers > Sequences
Next in Line (Posted on 2003-05-12) Difficulty: 3 of 5
What's the number that follows in this sequence, and what is the sequence's significance?

0,1,2,9,44,265,...

See The Solution Submitted by Charlie    
Rating: 2.3333 (6 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Solution | Comment 4 of 9 |
The next number in the series is 1854. The series is generated by

a(n)=n!*∑[(-1^x)/x!] for x=0 to n

What this series represents is the number of permutations of a set, such that none of the members of the permutation are in the same position as the members of the original set. To illustrate:

{A}: There are no permutations that meet the requirement (0 instances)

{A,B}: {B,A} (1 instance)

{A,B,C}: {B,C,A}, {C,A,B} (2 instances)

{A,B,C,D}: {B,A,D,C}, {B,C,D,A}, {B,D,A,C}, {C,A,D,B}, {C,D,A,B}, {C,D,B,A}, {D,A,B,C}, {D,C,A,B}, {D,C,B,A} (9 instances)

and so on.
  Posted by Bryan on 2003-05-12 11:35:25

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 (20)
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