The number of ways to express a specific summation

  • Context: Graduate 
  • Thread starter Thread starter eehsun
  • Start date Start date
  • Tags Tags
    Specific Summation
Click For Summary
SUMMARY

The discussion centers on the mathematical function F(x,y), which calculates the number of distinct ways to express the integer x as the sum of y integers, each greater than or equal to 1. The example provided, F(9,4), demonstrates that there are 6 unique combinations, such as 1+1+1+6 and 1+2+2+4. The challenge lies in finding a formula that accounts for permutations of the same summation as identical. The term "partition" is identified as a key concept in solving this problem.

PREREQUISITES
  • Understanding of integer partitions
  • Familiarity with combinatorial mathematics
  • Knowledge of the pigeonhole principle
  • Basic mathematical notation and functions
NEXT STEPS
  • Research the concept of integer partitions in combinatorial mathematics
  • Study the application of the pigeonhole principle in counting problems
  • Explore generating functions for partition theory
  • Learn about the partition function P(n) and its properties
USEFUL FOR

Mathematicians, students of combinatorial mathematics, and anyone interested in understanding integer partitions and their applications in counting problems.

eehsun
Messages
9
Reaction score
0
Hello all,

I have been thinking about a particular mathematical question (that I've made up) and I haven't been able to reach a solution yet..

I want to find the rule for the function F(x,y) which gives the number of different "ways" that the integer x can be expressed as the summation of "y" pieces of integers (these integers have to be bigger than or equal to 1) (sorry for my awful technical English :))

Let me clarify it with an example:

When we consider F(9,4), it can be observed that

9 = 1+1+1+6
9 = 1+1+2+5
9 = 1+1+3+4
9 = 1+2+2+4
9 = 1+2+3+3
9 = 2+2+2+3

Following from here, since there are 6 different ways of expressing this summation,
F(9,4)=6

In the above example, (1+1+1+6) and, for example, (1+6+1+1) are considered to be the same and thus are counted only once.


NOTE: When we consider (1+1+1+6) and (1+6+1+1) to be different ways of summation, for instance, the problem becomes very easy and can be solved by pigeon hole principle. But the tricky part for me is to find a formula which considers the two expressions above and such to amount to the same.


Thanks!
 
Physics news on Phys.org
The term you are looking for is "partition". So there's a starting point for you.
 
Thank you very much adriank !
 

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
5K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 26 ·
Replies
26
Views
1K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K