Permutations With No Consecutive Numbers - Need Push In The Right Direction

Click For Summary
SUMMARY

The discussion centers on calculating the number of permutations of the set {1, 2, ..., n} where no number i is immediately followed by i + 1. The solution involves recognizing that this count equals Dn + Dn-1, where Dn represents the number of derangements of n elements. The formula for Dn is given by Dn = ∑k=0n (-1)k (n choose k) (n - k)!. The participant seeks guidance on how to approach the problem without requiring a complete solution.

PREREQUISITES
  • Understanding of permutations and derangements
  • Familiarity with combinatorial notation and summation
  • Knowledge of factorial calculations
  • Basic proficiency in mathematical typesetting using TeX
NEXT STEPS
  • Study the concept of derangements in combinatorics
  • Learn how to derive and manipulate recurrence relations for permutations
  • Explore advanced combinatorial techniques for counting permutations
  • Practice typesetting mathematical expressions in TeX for clarity
USEFUL FOR

This discussion is beneficial for students and educators in combinatorics, mathematicians tackling permutation problems, and anyone interested in understanding derangements and their applications in counting theory.

golmschenk
Messages
35
Reaction score
0
First I'd like to mention I don't want the answer, I'd just like a hint in the direction which I should start working in. I just don't know how to begin the problem.

Homework Statement



How many permutations of 1, 2, . . . , n are there in which i is never immediately
followed by i + 1, i = 1, 2, . . . , n − 1? Show your answer is equal to D[tex]_{n}[/tex] + D[tex]_{n-1}[/tex]. (superscripts should be subscripts, I'm not sure why they aren't)

D[tex]_{n}[/tex] being the number of derangements of a set with n elements.

Homework Equations



D[tex]_{n}[/tex] = [tex]^{n}_{k=0}[/tex][tex]\sum[/tex](-1)[tex]^{k}[/tex]([tex]\stackrel{n}{k}[/tex])(n-k)!

(also, if someone wouldn't mind telling me how to get the conditions around the sigma for the sum correctly that would be great)

3. The Attempt at a Solution [/bn]

Again, it's the beginning I've been having problems with. I started counting cases, but that definitely seems like the long and difficult way of solving this. I've tried to simplify D[tex]_{n}[/tex] + D[tex]_{n-1}[/tex] to see if it might give me some hint into what I should be doing, but haven't gotten anything out of it. Any hints? Maybe all it will take would even just be a one word hint. I just need to get a push in the right direction. Thanks!
 
Last edited:
Physics news on Phys.org
I'm not sure how to solve the problem (I'll certainly think about it), but I can give you a hand with the typesetting. You can click on each of the expressions below to see the TeX code that produced them.

[tex]D^{n-1}[/tex]

[tex]D_{n-1}[/tex]

[tex]\sum_{k=0}^{n} (-1)^k {n \choose k} (n - k)![/tex]
 

Similar threads

Replies
1
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
6
Views
5K