The sum of all divisors of $N$ is a 2 potency iff $N$ is a product of different Mersenne primes
As far as I have controlled:
$sigma(a)=2^n$, for some $ninmathbb N iff $ $a$ is a product of different Mersenne primes.
The $Leftarrow$-part is an immediate consequence of that $sigma$ is multiplicative, but the other part seems more complicated, if it is true.
Maybe this is interesting in the view of that it is unknown if there are only a finite number of Mersenne primes or not.
elementary-number-theory prime-numbers conjectures divisor-sum mersenne-numbers
add a comment |
As far as I have controlled:
$sigma(a)=2^n$, for some $ninmathbb N iff $ $a$ is a product of different Mersenne primes.
The $Leftarrow$-part is an immediate consequence of that $sigma$ is multiplicative, but the other part seems more complicated, if it is true.
Maybe this is interesting in the view of that it is unknown if there are only a finite number of Mersenne primes or not.
elementary-number-theory prime-numbers conjectures divisor-sum mersenne-numbers
3
math.stackexchange.com/a/1836974/78967
– mathlove
Nov 20 '18 at 15:22
add a comment |
As far as I have controlled:
$sigma(a)=2^n$, for some $ninmathbb N iff $ $a$ is a product of different Mersenne primes.
The $Leftarrow$-part is an immediate consequence of that $sigma$ is multiplicative, but the other part seems more complicated, if it is true.
Maybe this is interesting in the view of that it is unknown if there are only a finite number of Mersenne primes or not.
elementary-number-theory prime-numbers conjectures divisor-sum mersenne-numbers
As far as I have controlled:
$sigma(a)=2^n$, for some $ninmathbb N iff $ $a$ is a product of different Mersenne primes.
The $Leftarrow$-part is an immediate consequence of that $sigma$ is multiplicative, but the other part seems more complicated, if it is true.
Maybe this is interesting in the view of that it is unknown if there are only a finite number of Mersenne primes or not.
elementary-number-theory prime-numbers conjectures divisor-sum mersenne-numbers
elementary-number-theory prime-numbers conjectures divisor-sum mersenne-numbers
edited Nov 20 '18 at 14:43
asked Nov 20 '18 at 14:37


Lehs
6,94431662
6,94431662
3
math.stackexchange.com/a/1836974/78967
– mathlove
Nov 20 '18 at 15:22
add a comment |
3
math.stackexchange.com/a/1836974/78967
– mathlove
Nov 20 '18 at 15:22
3
3
math.stackexchange.com/a/1836974/78967
– mathlove
Nov 20 '18 at 15:22
math.stackexchange.com/a/1836974/78967
– mathlove
Nov 20 '18 at 15:22
add a comment |
1 Answer
1
active
oldest
votes
Here is a solution for $n$ squarefree:
Assume the lhs is true. Then you can split $a$ up into its primes. By definition you have $sigma(p)=p+1$ for each, thus $$sigma(prod_{i=1}^r p_i)=prod_{i=1}^r (p_i+1)=2^n$$
Since $2$ is the only prime factor of the right product, every factor is at least of the "Mersenne form" $2^m-1$.
If $m$ is a prime, we're done. If $m=pq$ ($p$ prime, $q$ integer) is computed then consider
$$2^m-1=(2^p-1)(2^{(q-1)p}+2^{(q-2)p} +...+2^{p+1})$$
Repeat the procedure with $2^{n/p}$.
The generalization could come from the fact that $sigma(p_n#)=2^n$ where $p_n#$ is the primorial, which only consists of square free primes.
1
I don't think we know that each prime occurs only to the first power. You need to account for the possibility that $sigma(p^k)=2^m$ for some prime $p$ with $k>1$.
– paw88789
Nov 20 '18 at 15:21
1
Thanks for your comment, I restricted the scope of my answer to square free numbers.
– Nodt Greenish
Nov 20 '18 at 15:23
add a comment |
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',
autoActivateHeartbeat: false,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3006379%2fthe-sum-of-all-divisors-of-n-is-a-2-potency-iff-n-is-a-product-of-different%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a solution for $n$ squarefree:
Assume the lhs is true. Then you can split $a$ up into its primes. By definition you have $sigma(p)=p+1$ for each, thus $$sigma(prod_{i=1}^r p_i)=prod_{i=1}^r (p_i+1)=2^n$$
Since $2$ is the only prime factor of the right product, every factor is at least of the "Mersenne form" $2^m-1$.
If $m$ is a prime, we're done. If $m=pq$ ($p$ prime, $q$ integer) is computed then consider
$$2^m-1=(2^p-1)(2^{(q-1)p}+2^{(q-2)p} +...+2^{p+1})$$
Repeat the procedure with $2^{n/p}$.
The generalization could come from the fact that $sigma(p_n#)=2^n$ where $p_n#$ is the primorial, which only consists of square free primes.
1
I don't think we know that each prime occurs only to the first power. You need to account for the possibility that $sigma(p^k)=2^m$ for some prime $p$ with $k>1$.
– paw88789
Nov 20 '18 at 15:21
1
Thanks for your comment, I restricted the scope of my answer to square free numbers.
– Nodt Greenish
Nov 20 '18 at 15:23
add a comment |
Here is a solution for $n$ squarefree:
Assume the lhs is true. Then you can split $a$ up into its primes. By definition you have $sigma(p)=p+1$ for each, thus $$sigma(prod_{i=1}^r p_i)=prod_{i=1}^r (p_i+1)=2^n$$
Since $2$ is the only prime factor of the right product, every factor is at least of the "Mersenne form" $2^m-1$.
If $m$ is a prime, we're done. If $m=pq$ ($p$ prime, $q$ integer) is computed then consider
$$2^m-1=(2^p-1)(2^{(q-1)p}+2^{(q-2)p} +...+2^{p+1})$$
Repeat the procedure with $2^{n/p}$.
The generalization could come from the fact that $sigma(p_n#)=2^n$ where $p_n#$ is the primorial, which only consists of square free primes.
1
I don't think we know that each prime occurs only to the first power. You need to account for the possibility that $sigma(p^k)=2^m$ for some prime $p$ with $k>1$.
– paw88789
Nov 20 '18 at 15:21
1
Thanks for your comment, I restricted the scope of my answer to square free numbers.
– Nodt Greenish
Nov 20 '18 at 15:23
add a comment |
Here is a solution for $n$ squarefree:
Assume the lhs is true. Then you can split $a$ up into its primes. By definition you have $sigma(p)=p+1$ for each, thus $$sigma(prod_{i=1}^r p_i)=prod_{i=1}^r (p_i+1)=2^n$$
Since $2$ is the only prime factor of the right product, every factor is at least of the "Mersenne form" $2^m-1$.
If $m$ is a prime, we're done. If $m=pq$ ($p$ prime, $q$ integer) is computed then consider
$$2^m-1=(2^p-1)(2^{(q-1)p}+2^{(q-2)p} +...+2^{p+1})$$
Repeat the procedure with $2^{n/p}$.
The generalization could come from the fact that $sigma(p_n#)=2^n$ where $p_n#$ is the primorial, which only consists of square free primes.
Here is a solution for $n$ squarefree:
Assume the lhs is true. Then you can split $a$ up into its primes. By definition you have $sigma(p)=p+1$ for each, thus $$sigma(prod_{i=1}^r p_i)=prod_{i=1}^r (p_i+1)=2^n$$
Since $2$ is the only prime factor of the right product, every factor is at least of the "Mersenne form" $2^m-1$.
If $m$ is a prime, we're done. If $m=pq$ ($p$ prime, $q$ integer) is computed then consider
$$2^m-1=(2^p-1)(2^{(q-1)p}+2^{(q-2)p} +...+2^{p+1})$$
Repeat the procedure with $2^{n/p}$.
The generalization could come from the fact that $sigma(p_n#)=2^n$ where $p_n#$ is the primorial, which only consists of square free primes.
edited Nov 20 '18 at 15:28
answered Nov 20 '18 at 14:57


Nodt Greenish
29813
29813
1
I don't think we know that each prime occurs only to the first power. You need to account for the possibility that $sigma(p^k)=2^m$ for some prime $p$ with $k>1$.
– paw88789
Nov 20 '18 at 15:21
1
Thanks for your comment, I restricted the scope of my answer to square free numbers.
– Nodt Greenish
Nov 20 '18 at 15:23
add a comment |
1
I don't think we know that each prime occurs only to the first power. You need to account for the possibility that $sigma(p^k)=2^m$ for some prime $p$ with $k>1$.
– paw88789
Nov 20 '18 at 15:21
1
Thanks for your comment, I restricted the scope of my answer to square free numbers.
– Nodt Greenish
Nov 20 '18 at 15:23
1
1
I don't think we know that each prime occurs only to the first power. You need to account for the possibility that $sigma(p^k)=2^m$ for some prime $p$ with $k>1$.
– paw88789
Nov 20 '18 at 15:21
I don't think we know that each prime occurs only to the first power. You need to account for the possibility that $sigma(p^k)=2^m$ for some prime $p$ with $k>1$.
– paw88789
Nov 20 '18 at 15:21
1
1
Thanks for your comment, I restricted the scope of my answer to square free numbers.
– Nodt Greenish
Nov 20 '18 at 15:23
Thanks for your comment, I restricted the scope of my answer to square free numbers.
– Nodt Greenish
Nov 20 '18 at 15:23
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3006379%2fthe-sum-of-all-divisors-of-n-is-a-2-potency-iff-n-is-a-product-of-different%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
3
math.stackexchange.com/a/1836974/78967
– mathlove
Nov 20 '18 at 15:22