Given positive interger N, now many non-decreasing sequences of length

Click For Summary
SUMMARY

The discussion focuses on counting non-decreasing sequences of length N with entries less than N. It establishes a bijection between two sets: A (the non-decreasing sequences) and B (the sequences of N+1 non-negative integers with a sum of N-2). The number of elements in set B is calculated using the binomial coefficient formula: binom(2N-2, N). This method provides a definitive way to count the sequences, although the growth rate of the results may be too rapid for practical applications.

PREREQUISITES
  • Understanding of combinatorial mathematics
  • Familiarity with binomial coefficients
  • Knowledge of sequences and their properties
  • Basic concepts of bijection in set theory
NEXT STEPS
  • Study combinatorial proofs involving bijections
  • Explore advanced topics in binomial coefficients
  • Learn about generating functions in combinatorics
  • Investigate the growth rates of combinatorial sequences
USEFUL FOR

Mathematicians, computer scientists, and anyone interested in combinatorial theory and sequence analysis.

Dragonfall
Messages
1,023
Reaction score
5
Given positive interger N, now many non-decreasing sequences of length N are there whose entries are less than N?
 
Mathematics news on Phys.org


are the entries positive integers?
 
Yes .
 


This isn't in the homework section so I'm assuming it isn't homework.

Let A be the set of sequences of the type in the post.
Let B be the set of sequences of N+1 non-negative integers with sum N-2.
A and B are in bijection by associating a sequence a_1,a_2, \ldots ,a_N of A to b_1,b_2,\ldots,b_{N+1} defined by b_i = a_i - a_{i-1} where we let a_0 = 1, a_{N+1}=N. The inverse is given by associating a sequence b_1,b_2,\ldots,b_{N+1} of B to a_1,\ldots,a_N defined by a_{i+1} = a_{i}+b_{i+1} where we let a_0 = 1.

Thus we can just count B which has
\binom{(N+1)+(N-2)-1}{(N+1)-1} = \binom{2N-2}{N}
elements.
 


Wow I would never have thought of that. Thanks. Unfortunately it grows too fast for my purposes.
 

Similar threads

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