Advanced Discrete Math Generating function Problem











up vote
0
down vote

favorite












I am suppose to prove that the number of partitions of $n$ in which each part appears $2$, $3$, or $5$ times equals the number partitions of $n$ in to parts which are congruent to $2$, $3$, $6$, $9$, or $10$ modulo $12$.



I tried using Remmels Thm in order to prove this but I ran into a problem classifying the pairwise disjoint multisets. I now think the approach that should be used is find the generating function for each and show equality using algebra. I think the generating function for



$A$: partitions of $n$ in which each part appears $2$, $3$, or $5$ times



$$
G(A) = (1+x^2+x^4+...)(1+x^3+x^6+..)(1+x^5+x^10+...) = frac{1}{1-x^2}frac{1}{1-x^3}frac{1}{1-x^5}
$$



$B$: partitions of $n$ into parts which are congruent to $2$,$3$,$6$,$9$, or $10$ modulo $12$



$$
G(B) = frac{1}{(1-x^{12k-2})(1-x^{12k-3})(1-x^{12k-6})(1-x^{12k-9})(1-x^{12k-10})}
$$



Is this correct? Not sure how to manipulate the functions into each other










share|cite|improve this question




















  • 2




    A: No. It should be $prod_{i geq 1} left(1 + x^{2i} + x^{3i} + x^{5i}right)$. What you computed is instead the number of partitions of $n$ in which each part equals $2$, $3$ or $5$.
    – darij grinberg
    2 days ago








  • 1




    And your second GF is $$prod_{k=1}^inftyfrac1{(1-x^{2k-2})(1-x^{2k-3})(1-x^{2k-6})(1-x^{2k-9})(1-x^{2k-10})}.$$
    – Lord Shark the Unknown
    2 days ago










  • Okay thanks! I have been working on it but I don't seem to get the algebra
    – fireshock
    2 days ago















up vote
0
down vote

favorite












I am suppose to prove that the number of partitions of $n$ in which each part appears $2$, $3$, or $5$ times equals the number partitions of $n$ in to parts which are congruent to $2$, $3$, $6$, $9$, or $10$ modulo $12$.



I tried using Remmels Thm in order to prove this but I ran into a problem classifying the pairwise disjoint multisets. I now think the approach that should be used is find the generating function for each and show equality using algebra. I think the generating function for



$A$: partitions of $n$ in which each part appears $2$, $3$, or $5$ times



$$
G(A) = (1+x^2+x^4+...)(1+x^3+x^6+..)(1+x^5+x^10+...) = frac{1}{1-x^2}frac{1}{1-x^3}frac{1}{1-x^5}
$$



$B$: partitions of $n$ into parts which are congruent to $2$,$3$,$6$,$9$, or $10$ modulo $12$



$$
G(B) = frac{1}{(1-x^{12k-2})(1-x^{12k-3})(1-x^{12k-6})(1-x^{12k-9})(1-x^{12k-10})}
$$



Is this correct? Not sure how to manipulate the functions into each other










share|cite|improve this question




















  • 2




    A: No. It should be $prod_{i geq 1} left(1 + x^{2i} + x^{3i} + x^{5i}right)$. What you computed is instead the number of partitions of $n$ in which each part equals $2$, $3$ or $5$.
    – darij grinberg
    2 days ago








  • 1




    And your second GF is $$prod_{k=1}^inftyfrac1{(1-x^{2k-2})(1-x^{2k-3})(1-x^{2k-6})(1-x^{2k-9})(1-x^{2k-10})}.$$
    – Lord Shark the Unknown
    2 days ago










  • Okay thanks! I have been working on it but I don't seem to get the algebra
    – fireshock
    2 days ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am suppose to prove that the number of partitions of $n$ in which each part appears $2$, $3$, or $5$ times equals the number partitions of $n$ in to parts which are congruent to $2$, $3$, $6$, $9$, or $10$ modulo $12$.



I tried using Remmels Thm in order to prove this but I ran into a problem classifying the pairwise disjoint multisets. I now think the approach that should be used is find the generating function for each and show equality using algebra. I think the generating function for



$A$: partitions of $n$ in which each part appears $2$, $3$, or $5$ times



$$
G(A) = (1+x^2+x^4+...)(1+x^3+x^6+..)(1+x^5+x^10+...) = frac{1}{1-x^2}frac{1}{1-x^3}frac{1}{1-x^5}
$$



$B$: partitions of $n$ into parts which are congruent to $2$,$3$,$6$,$9$, or $10$ modulo $12$



$$
G(B) = frac{1}{(1-x^{12k-2})(1-x^{12k-3})(1-x^{12k-6})(1-x^{12k-9})(1-x^{12k-10})}
$$



Is this correct? Not sure how to manipulate the functions into each other










share|cite|improve this question















I am suppose to prove that the number of partitions of $n$ in which each part appears $2$, $3$, or $5$ times equals the number partitions of $n$ in to parts which are congruent to $2$, $3$, $6$, $9$, or $10$ modulo $12$.



I tried using Remmels Thm in order to prove this but I ran into a problem classifying the pairwise disjoint multisets. I now think the approach that should be used is find the generating function for each and show equality using algebra. I think the generating function for



$A$: partitions of $n$ in which each part appears $2$, $3$, or $5$ times



$$
G(A) = (1+x^2+x^4+...)(1+x^3+x^6+..)(1+x^5+x^10+...) = frac{1}{1-x^2}frac{1}{1-x^3}frac{1}{1-x^5}
$$



$B$: partitions of $n$ into parts which are congruent to $2$,$3$,$6$,$9$, or $10$ modulo $12$



$$
G(B) = frac{1}{(1-x^{12k-2})(1-x^{12k-3})(1-x^{12k-6})(1-x^{12k-9})(1-x^{12k-10})}
$$



Is this correct? Not sure how to manipulate the functions into each other







combinatorics discrete-mathematics generating-functions






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 2 days ago









Joey Kilpatrick

67118




67118










asked 2 days ago









fireshock

364




364








  • 2




    A: No. It should be $prod_{i geq 1} left(1 + x^{2i} + x^{3i} + x^{5i}right)$. What you computed is instead the number of partitions of $n$ in which each part equals $2$, $3$ or $5$.
    – darij grinberg
    2 days ago








  • 1




    And your second GF is $$prod_{k=1}^inftyfrac1{(1-x^{2k-2})(1-x^{2k-3})(1-x^{2k-6})(1-x^{2k-9})(1-x^{2k-10})}.$$
    – Lord Shark the Unknown
    2 days ago










  • Okay thanks! I have been working on it but I don't seem to get the algebra
    – fireshock
    2 days ago














  • 2




    A: No. It should be $prod_{i geq 1} left(1 + x^{2i} + x^{3i} + x^{5i}right)$. What you computed is instead the number of partitions of $n$ in which each part equals $2$, $3$ or $5$.
    – darij grinberg
    2 days ago








  • 1




    And your second GF is $$prod_{k=1}^inftyfrac1{(1-x^{2k-2})(1-x^{2k-3})(1-x^{2k-6})(1-x^{2k-9})(1-x^{2k-10})}.$$
    – Lord Shark the Unknown
    2 days ago










  • Okay thanks! I have been working on it but I don't seem to get the algebra
    – fireshock
    2 days ago








2




2




A: No. It should be $prod_{i geq 1} left(1 + x^{2i} + x^{3i} + x^{5i}right)$. What you computed is instead the number of partitions of $n$ in which each part equals $2$, $3$ or $5$.
– darij grinberg
2 days ago






A: No. It should be $prod_{i geq 1} left(1 + x^{2i} + x^{3i} + x^{5i}right)$. What you computed is instead the number of partitions of $n$ in which each part equals $2$, $3$ or $5$.
– darij grinberg
2 days ago






1




1




And your second GF is $$prod_{k=1}^inftyfrac1{(1-x^{2k-2})(1-x^{2k-3})(1-x^{2k-6})(1-x^{2k-9})(1-x^{2k-10})}.$$
– Lord Shark the Unknown
2 days ago




And your second GF is $$prod_{k=1}^inftyfrac1{(1-x^{2k-2})(1-x^{2k-3})(1-x^{2k-6})(1-x^{2k-9})(1-x^{2k-10})}.$$
– Lord Shark the Unknown
2 days ago












Okay thanks! I have been working on it but I don't seem to get the algebra
– fireshock
2 days ago




Okay thanks! I have been working on it but I don't seem to get the algebra
– fireshock
2 days ago















active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2997674%2fadvanced-discrete-math-generating-function-problem%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2997674%2fadvanced-discrete-math-generating-function-problem%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...