Skip to main content

All Questions

0 votes
1 answer
83 views

Generating function and currency

We assume that we have a country's currency that contains three coins worth 1, 3, and 4. How many ways can we get an amount of $n$ using these three pieces? In others words what is the number of ...
Abou Zeineb's user avatar
1 vote
1 answer
49 views

Generating function of partitions of $n$ in $k$ prime parts.

I have been looking for the function that generates the partitions of $n$ into $k$ parts of prime numbers (let's call it $Pi_k(n)$). For example: $Pi_3(9)=2$, since $9=5+2+2$ and $9=3+3+3$. I know ...
Lorenzo Alvarado's user avatar
2 votes
1 answer
155 views

About the product $\prod_{k=1}^n (1-x^k)$

In this question asked by S. Huntsman, he asks about an expression for the product: $$\prod_{k=1}^n (1-x^k)$$ Where the first answer made by Mariano Suárez-Álvarez states that given the Pentagonal ...
Lorenzo Alvarado's user avatar
2 votes
1 answer
38 views

Prove $\sum_{j=0}^{n} q^{j^{2}}\binom{n}{j}_{q^{2}}$ generates the self-conjugate partitions with part at most $n$.

Prove $\sum_{j=0}^{n} q^{j^{2}}\binom{n}{j}_{q^{2}}$ generates the self-conjugate partitions with part at most $n$, and that it equals $(1+q)(1+q^{3})\cdot\cdot\cdot(1+q^{2n-1})$. For the first part, ...
JLGL's user avatar
  • 795
0 votes
0 answers
81 views

Need help with part of a proof that $p(5n+4)\equiv 0$ mod $5$

Some definitions: $p(n)$ denotes the number of partitions of $n$. Let $f(q)$ and $h(q)$ be polynomials in $q$, so $f(q)=\sum_0^\infty a_n q^n$ and $h(q)=\sum_0^\infty b_n q^n$. Then, we say that $f(q)\...
Gnolius's user avatar
  • 350
1 vote
0 answers
34 views

Proving an Identity on Partitions with Durfee Squares Using $q$-Binomial Coefficients and Generating Functions

Using the Durfee square, prove that $$ \sum_{j=0}^n\left[\begin{array}{l} n \\ j \end{array}\right] \frac{t^j q^{j^2}}{(1-t q) \cdots\left(1-t q^j\right)}=\prod_{i=1}^n \frac{1}{1-t q^i} . $$ My ...
Allison's user avatar
  • 195
0 votes
0 answers
43 views

Find generating function for the number of partitions which are not divisible by $3$. [duplicate]

I'm trying to find the generating function for the number of partitions into parts, which are not divisible by $3,$ weighted by the sum of the parts. My idea is that we get the following generating ...
DrTokus1998's user avatar
0 votes
1 answer
81 views

Integer partitions with summands bounded in size and number

This book says it's easy, but to me, it's not. :( As for 'at most k summands', in terms of Combinatorics, by using MSET(), $$ MSET_{\le k}(Positive Integer) = P^{1,2,3,...k}(z) = \prod_{m=1}^{k} \frac{...
David Lee's user avatar
  • 185
1 vote
0 answers
60 views

Generating Function for Modified Multinomial Coefficients

The multinomial coefficients can be used to expand expressions of the form ${\left( {{x_1} + {x_2} + {x_3} + ...} \right)^n}$ in the basis of monomial symmetric polynomials (MSP). For example, $$\...
Bear's user avatar
  • 51
4 votes
1 answer
339 views

Why do Bell Polynomial coefficients show up here?

The multinomial theorem allows us to expand expressions of the form ${\left( {{x_1} + {x_2} + {x_3} + {x_4} + ...} \right)^n}$. I am interested in the coefficients when expanding ${\left( {\sum\...
Bear's user avatar
  • 51
1 vote
0 answers
47 views

Congrunces of partitions into distinct parts

Let $P_{d}(n)$ denote the number of partitions of n into distinct parts. The generating function of $P_{d}(n)$ s given by: $$ \sum_{n \geq 0}P_{d}(n)q^{n}= \prod_{n \geq 0} (1+q^{n}).$$ Now let $P_{2,...
Adam's user avatar
  • 21
0 votes
1 answer
76 views

Generating function of number of partitions of $n$ into all distinct parts

I am trying to grasp this example from the book A Walk Through Combinatorics: Show that $\sum_{n \ge 0} p_d(n)x^n = \prod_{i \ge 1}(1+x^i)$ where $p_d$ stands for partitions of $n$ into all distinct ...
Zek's user avatar
  • 309
1 vote
1 answer
319 views

Generating function of number of partitions of $n$ into parts at most $k$

I am trying to grasp the intuition behind this example. Show that $\sum_{n \geq 0} p_{\leq k}(n)x^n = \prod_{i=1}^k \frac{1}{1-x^i}$ where $p_{\leq k}(n)$ denotes the number of partitions of the ...
Zek's user avatar
  • 309
3 votes
1 answer
111 views

Finding the number of integer composition using only a specific pair of numbers [closed]

I want to find the number of integer compositions of 19 using numbers 2 and 3. If I wanted to find the number of integer compositions of 19 using 1 and 2, I could write it as $F(n)=F(n-1)+F(n-2)$ ...
Zek's user avatar
  • 309
1 vote
1 answer
53 views

The product of components in the partition of a number.

Let $f(n,k)$ be the sum of expressions of the form $x_1 \cdot x_2 \cdot \ldots \cdot x_k$, where the sum counts over all solutions of the equation $x_1 + \ldots + x_k = n$ in natural numbers. Find ...
Michał's user avatar
  • 675
4 votes
1 answer
134 views

The total number of all different integers in all partitions of n with smallest part $\geq 2$

I want to show that the total number of all different integers in all partitions of $n$ with smallest part $ \geq 2$ is $p(n-2)$. Example: partitions of $7$ with smallest part $ \geq 2$ are (7), (5,2),...
D.Ult's user avatar
  • 53
2 votes
2 answers
168 views

Finding the generating function.

Find the generating function for the number of solutions for the equation $x_1+x_2+x_3+x_4 = n$, where $x_1,x_2,x_3,x_4\geq1$, and $x_1 < x_2$. My attempt so far: I have tried putting a $y$ value ...
zion's user avatar
  • 165
1 vote
1 answer
143 views

Generating function of ordered odd partitions of $n$.

Let the number of ordered partitions of $n$ with odd parts be $f(n)$. Find the generating function $f(n)$ . My try : For $n=1$ we have $f(1)=1$, for $n=2$, $f(2)=1$, for $n=3$, $f(3)=2$, for $n=4$, $...
user avatar
1 vote
1 answer
92 views

Identity about generating function related to binary expression of integers

For any nonnegative integer $n$, let $\mu(n)$ be $1$ if the binary expression of $n$ contains even number of ones; and $-1$ if the binary expression of $n$ contains odd number of ones. For example, $\...
user avatar
1 vote
1 answer
96 views

Representation of number as a sums and differences of natural numbers

Lets consider all the combinations of: $$1+2+3+4=10,\ \ 1+2+3-4=2,\ \ 1+2-3+4=4,\ \ 1+2-3-4=-4, $$ $$1-2+3+4=6,\ \ 1-2+3-4=-2,\ \ 1-2-3+4=0,\ \ 1-2-3-4=-8,$$ $$-1+2+3+4=8,\ \ -1+2+3-4=0,\ \ -1+2-3+4=2,...
Gevorg Hmayakyan's user avatar
1 vote
0 answers
49 views

Generating function of sequence related to binary expression of integer as follows

For any $n \in \Bbb N$, let $O(n)$ be $1$ if the binary expression of $n$ contains even number of ones; and $-1$ if the binary expression of $n$ contains odd number of ones, and $Z(n)$ be $1$ if the ...
user avatar
0 votes
0 answers
178 views

Generating function of integer partitions at most m parts

The generating function of partition integer with the maximum number is m is $$ \frac{x^m}{(1-x)(1-x^2)\cdots(1-x^m)} $$ It's quite easy to understand if you expand it $$ (1+x+x^2+\cdots)(1+x^2+x^4+\...
yuniverse's user avatar
2 votes
1 answer
178 views

two-variable generating function for all number partitions

I'm stuck to solve the problems below: (a) Let $p(n, k)$ be the number of partitions of $n$ into exactly $k$ parts. Show that $$ \sum_{n, k \geq 0} p(n, k) x^{n} t^{k}=\prod_{i \geq 1} \frac{1}{1-x^{i}...
SeungJae Bang's user avatar
1 vote
3 answers
73 views

Partitions without repetition

I want to know how many partitions without repetition 19 has. I know I should see the coefficient of $x^{19}$ in $$\prod_{k=1}^\infty(1-x^k),$$ but i'm having trouble finding it. Ay hint?
Selena J's user avatar
  • 153
1 vote
1 answer
86 views

Number of partitions with distinct even parts/parts with multiplicity $\leq 3$

I am supposed to solve a problem regarding partitions of $n \in \mathbb{N}$ into: distinct even parts parts with multiplicity $\leq 3$ I am supposed to prove that 1. and 2. are equal. So I tried ...
mikasa's user avatar
  • 333
7 votes
1 answer
167 views

How to prove the following resummation identity for Erdős–Borwein constant?

Question: How to prove $$\sum_{m=1}^{\infty}\left(1-\prod_{j=m}^{\infty}(1-q^j)\right) = \sum_{n=1}^{\infty}\frac{q^n}{1-q^n} \tag{1}$$ for all $q \in \mathbb{C}$ such that $\left|q\right| < 1$? ...
Fiktor's user avatar
  • 3,132
1 vote
0 answers
49 views

Coefficients in Gaussian polynomials [duplicate]

Let $$ \binom{n}{k}_{\!q} = \frac{(1-q^n) \cdots (1-q^{n-k+1})}{(1-q) \cdots (1-q^k)} $$ be the Gaussian polynomials. For example, $$ \binom{6}{3}_{\!q} = 1+q+2q^2+3q^3+3q^4+3q^5+3q^6+2q^7+q^8+q^9. $$ ...
lixa417's user avatar
  • 175
-3 votes
4 answers
129 views

Find a minimal set whose elements determine explicitly all integer solutions to $x + y + z = 2n$

Is there a way to exactly parameterise all the solutions to the equation $x + y + z = 2n$, for $z$ less than or equal to $y$, less than or equal to $x$, for positive integers $x,y,z$? For example, for ...
Noam's user avatar
  • 67
0 votes
1 answer
138 views

Infinite product expression of partition function

I'm working on a problem (specifically, I'm using an exam paper without course notes to prepare for a course starting in September), Define the partition function $P(q)$ and give its infinite product ...
mjc's user avatar
  • 2,281
1 vote
1 answer
74 views

Counting Partitions of $k$ into $j$ distinct parts, with sizes restricted by a sequence.

This question has come up in my research, but since I usually do not do combinatorics, I am struggling to find out any information regarding these sequences of numbers. Let $L_n = L_1, L_2\dots$ be a ...
Lee Fisher's user avatar
  • 2,349

15 30 50 per page
1
2 3 4 5
7