Prove that every even perfect number is a triangular number.
$begingroup$
I know a triangular number is given by the formula $frac{n(n+1)}{2}$
I also know that an even perfect number is given by $2^{n-1}(2^{n}-1)$ if $(2^n-1)$ is prime.
Please help me to prove this.
elementary-number-theory prime-numbers
$endgroup$
add a comment |
$begingroup$
I know a triangular number is given by the formula $frac{n(n+1)}{2}$
I also know that an even perfect number is given by $2^{n-1}(2^{n}-1)$ if $(2^n-1)$ is prime.
Please help me to prove this.
elementary-number-theory prime-numbers
$endgroup$
add a comment |
$begingroup$
I know a triangular number is given by the formula $frac{n(n+1)}{2}$
I also know that an even perfect number is given by $2^{n-1}(2^{n}-1)$ if $(2^n-1)$ is prime.
Please help me to prove this.
elementary-number-theory prime-numbers
$endgroup$
I know a triangular number is given by the formula $frac{n(n+1)}{2}$
I also know that an even perfect number is given by $2^{n-1}(2^{n}-1)$ if $(2^n-1)$ is prime.
Please help me to prove this.
elementary-number-theory prime-numbers
elementary-number-theory prime-numbers
edited Mar 4 at 8:40
Vinyl_cape_jawa
3,33011433
3,33011433
asked Mar 4 at 3:58
Jake GJake G
656
656
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You should use different variables in the two expressions. An even perfect number is then $2^{k-1}(2^k-1)$ You need to find an $n$ such that $frac 12n(n+1)=2^{k-1}(2^k-1)$. I find the right side quite suggestive. Therefore $n=2^{k}-1$
$endgroup$
$begingroup$
n should be 2^(k)-1
$endgroup$
– Jake G
Mar 4 at 8:00
$begingroup$
@JakeG it is not nice editing the answer you got for one of your questions! Add a comment or something (I saw you did) but then why did you edited your comment into the answer?
$endgroup$
– Vinyl_cape_jawa
Mar 4 at 9:30
$begingroup$
@Vinyl_coat_jawa There is nothing more or less nice about editing an answer to a question you did or did not ask. If you can improve an answer without breaking the author's intent then editing the answer is a good idea. If anything it's the comment that isn't necessary, but considering Jake G doesn't have edit privileges yet and had to go through the review queue doing both made sense.
$endgroup$
– David Mulder
Mar 4 at 10:33
add a comment |
$begingroup$
You could think as follows:
Every triangular number you can represent as follows:
$$
bullet\
bullet bullet\
bullet bullet bullet \
...
$$
that is $1+2+3+ldots +n=frac{n(n+1)}{2}$.
Multiplying this by $2$ gives a rectangle
$$
bullet circ circ circ\
bullet bullet circ circ\
bullet bullet bullet circ\
$$
with one side exactly one unit longer than the other.
So if you build such a rectangle and you choose one side of the rectangle to be $2^k$ long, the other side will be $(2^k-1)$ long (where you picked $k$ so that $(2^k-1)$ is prime as required.). It will have "area" (i.e. nunber of dots in it) $2^k(2^k-1)$ and the half of this is always a triangular number.
Since you can do this for any $k$ fullfilling the condition that $2^k-1$ is prime you showed
$$
frac{n(n+1)}{2}=2^{k-1}(2^k-1),
$$
so
$$
text{$a$ is perfect}Rightarrow text{$a$ is triangular}.
$$
$endgroup$
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%2f3134398%2fprove-that-every-even-perfect-number-is-a-triangular-number%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You should use different variables in the two expressions. An even perfect number is then $2^{k-1}(2^k-1)$ You need to find an $n$ such that $frac 12n(n+1)=2^{k-1}(2^k-1)$. I find the right side quite suggestive. Therefore $n=2^{k}-1$
$endgroup$
$begingroup$
n should be 2^(k)-1
$endgroup$
– Jake G
Mar 4 at 8:00
$begingroup$
@JakeG it is not nice editing the answer you got for one of your questions! Add a comment or something (I saw you did) but then why did you edited your comment into the answer?
$endgroup$
– Vinyl_cape_jawa
Mar 4 at 9:30
$begingroup$
@Vinyl_coat_jawa There is nothing more or less nice about editing an answer to a question you did or did not ask. If you can improve an answer without breaking the author's intent then editing the answer is a good idea. If anything it's the comment that isn't necessary, but considering Jake G doesn't have edit privileges yet and had to go through the review queue doing both made sense.
$endgroup$
– David Mulder
Mar 4 at 10:33
add a comment |
$begingroup$
You should use different variables in the two expressions. An even perfect number is then $2^{k-1}(2^k-1)$ You need to find an $n$ such that $frac 12n(n+1)=2^{k-1}(2^k-1)$. I find the right side quite suggestive. Therefore $n=2^{k}-1$
$endgroup$
$begingroup$
n should be 2^(k)-1
$endgroup$
– Jake G
Mar 4 at 8:00
$begingroup$
@JakeG it is not nice editing the answer you got for one of your questions! Add a comment or something (I saw you did) but then why did you edited your comment into the answer?
$endgroup$
– Vinyl_cape_jawa
Mar 4 at 9:30
$begingroup$
@Vinyl_coat_jawa There is nothing more or less nice about editing an answer to a question you did or did not ask. If you can improve an answer without breaking the author's intent then editing the answer is a good idea. If anything it's the comment that isn't necessary, but considering Jake G doesn't have edit privileges yet and had to go through the review queue doing both made sense.
$endgroup$
– David Mulder
Mar 4 at 10:33
add a comment |
$begingroup$
You should use different variables in the two expressions. An even perfect number is then $2^{k-1}(2^k-1)$ You need to find an $n$ such that $frac 12n(n+1)=2^{k-1}(2^k-1)$. I find the right side quite suggestive. Therefore $n=2^{k}-1$
$endgroup$
You should use different variables in the two expressions. An even perfect number is then $2^{k-1}(2^k-1)$ You need to find an $n$ such that $frac 12n(n+1)=2^{k-1}(2^k-1)$. I find the right side quite suggestive. Therefore $n=2^{k}-1$
edited Mar 4 at 8:48
Jake G
656
656
answered Mar 4 at 4:04
Ross MillikanRoss Millikan
301k24200375
301k24200375
$begingroup$
n should be 2^(k)-1
$endgroup$
– Jake G
Mar 4 at 8:00
$begingroup$
@JakeG it is not nice editing the answer you got for one of your questions! Add a comment or something (I saw you did) but then why did you edited your comment into the answer?
$endgroup$
– Vinyl_cape_jawa
Mar 4 at 9:30
$begingroup$
@Vinyl_coat_jawa There is nothing more or less nice about editing an answer to a question you did or did not ask. If you can improve an answer without breaking the author's intent then editing the answer is a good idea. If anything it's the comment that isn't necessary, but considering Jake G doesn't have edit privileges yet and had to go through the review queue doing both made sense.
$endgroup$
– David Mulder
Mar 4 at 10:33
add a comment |
$begingroup$
n should be 2^(k)-1
$endgroup$
– Jake G
Mar 4 at 8:00
$begingroup$
@JakeG it is not nice editing the answer you got for one of your questions! Add a comment or something (I saw you did) but then why did you edited your comment into the answer?
$endgroup$
– Vinyl_cape_jawa
Mar 4 at 9:30
$begingroup$
@Vinyl_coat_jawa There is nothing more or less nice about editing an answer to a question you did or did not ask. If you can improve an answer without breaking the author's intent then editing the answer is a good idea. If anything it's the comment that isn't necessary, but considering Jake G doesn't have edit privileges yet and had to go through the review queue doing both made sense.
$endgroup$
– David Mulder
Mar 4 at 10:33
$begingroup$
n should be 2^(k)-1
$endgroup$
– Jake G
Mar 4 at 8:00
$begingroup$
n should be 2^(k)-1
$endgroup$
– Jake G
Mar 4 at 8:00
$begingroup$
@JakeG it is not nice editing the answer you got for one of your questions! Add a comment or something (I saw you did) but then why did you edited your comment into the answer?
$endgroup$
– Vinyl_cape_jawa
Mar 4 at 9:30
$begingroup$
@JakeG it is not nice editing the answer you got for one of your questions! Add a comment or something (I saw you did) but then why did you edited your comment into the answer?
$endgroup$
– Vinyl_cape_jawa
Mar 4 at 9:30
$begingroup$
@Vinyl_coat_jawa There is nothing more or less nice about editing an answer to a question you did or did not ask. If you can improve an answer without breaking the author's intent then editing the answer is a good idea. If anything it's the comment that isn't necessary, but considering Jake G doesn't have edit privileges yet and had to go through the review queue doing both made sense.
$endgroup$
– David Mulder
Mar 4 at 10:33
$begingroup$
@Vinyl_coat_jawa There is nothing more or less nice about editing an answer to a question you did or did not ask. If you can improve an answer without breaking the author's intent then editing the answer is a good idea. If anything it's the comment that isn't necessary, but considering Jake G doesn't have edit privileges yet and had to go through the review queue doing both made sense.
$endgroup$
– David Mulder
Mar 4 at 10:33
add a comment |
$begingroup$
You could think as follows:
Every triangular number you can represent as follows:
$$
bullet\
bullet bullet\
bullet bullet bullet \
...
$$
that is $1+2+3+ldots +n=frac{n(n+1)}{2}$.
Multiplying this by $2$ gives a rectangle
$$
bullet circ circ circ\
bullet bullet circ circ\
bullet bullet bullet circ\
$$
with one side exactly one unit longer than the other.
So if you build such a rectangle and you choose one side of the rectangle to be $2^k$ long, the other side will be $(2^k-1)$ long (where you picked $k$ so that $(2^k-1)$ is prime as required.). It will have "area" (i.e. nunber of dots in it) $2^k(2^k-1)$ and the half of this is always a triangular number.
Since you can do this for any $k$ fullfilling the condition that $2^k-1$ is prime you showed
$$
frac{n(n+1)}{2}=2^{k-1}(2^k-1),
$$
so
$$
text{$a$ is perfect}Rightarrow text{$a$ is triangular}.
$$
$endgroup$
add a comment |
$begingroup$
You could think as follows:
Every triangular number you can represent as follows:
$$
bullet\
bullet bullet\
bullet bullet bullet \
...
$$
that is $1+2+3+ldots +n=frac{n(n+1)}{2}$.
Multiplying this by $2$ gives a rectangle
$$
bullet circ circ circ\
bullet bullet circ circ\
bullet bullet bullet circ\
$$
with one side exactly one unit longer than the other.
So if you build such a rectangle and you choose one side of the rectangle to be $2^k$ long, the other side will be $(2^k-1)$ long (where you picked $k$ so that $(2^k-1)$ is prime as required.). It will have "area" (i.e. nunber of dots in it) $2^k(2^k-1)$ and the half of this is always a triangular number.
Since you can do this for any $k$ fullfilling the condition that $2^k-1$ is prime you showed
$$
frac{n(n+1)}{2}=2^{k-1}(2^k-1),
$$
so
$$
text{$a$ is perfect}Rightarrow text{$a$ is triangular}.
$$
$endgroup$
add a comment |
$begingroup$
You could think as follows:
Every triangular number you can represent as follows:
$$
bullet\
bullet bullet\
bullet bullet bullet \
...
$$
that is $1+2+3+ldots +n=frac{n(n+1)}{2}$.
Multiplying this by $2$ gives a rectangle
$$
bullet circ circ circ\
bullet bullet circ circ\
bullet bullet bullet circ\
$$
with one side exactly one unit longer than the other.
So if you build such a rectangle and you choose one side of the rectangle to be $2^k$ long, the other side will be $(2^k-1)$ long (where you picked $k$ so that $(2^k-1)$ is prime as required.). It will have "area" (i.e. nunber of dots in it) $2^k(2^k-1)$ and the half of this is always a triangular number.
Since you can do this for any $k$ fullfilling the condition that $2^k-1$ is prime you showed
$$
frac{n(n+1)}{2}=2^{k-1}(2^k-1),
$$
so
$$
text{$a$ is perfect}Rightarrow text{$a$ is triangular}.
$$
$endgroup$
You could think as follows:
Every triangular number you can represent as follows:
$$
bullet\
bullet bullet\
bullet bullet bullet \
...
$$
that is $1+2+3+ldots +n=frac{n(n+1)}{2}$.
Multiplying this by $2$ gives a rectangle
$$
bullet circ circ circ\
bullet bullet circ circ\
bullet bullet bullet circ\
$$
with one side exactly one unit longer than the other.
So if you build such a rectangle and you choose one side of the rectangle to be $2^k$ long, the other side will be $(2^k-1)$ long (where you picked $k$ so that $(2^k-1)$ is prime as required.). It will have "area" (i.e. nunber of dots in it) $2^k(2^k-1)$ and the half of this is always a triangular number.
Since you can do this for any $k$ fullfilling the condition that $2^k-1$ is prime you showed
$$
frac{n(n+1)}{2}=2^{k-1}(2^k-1),
$$
so
$$
text{$a$ is perfect}Rightarrow text{$a$ is triangular}.
$$
edited Mar 4 at 9:37
answered Mar 4 at 9:20
Vinyl_cape_jawaVinyl_cape_jawa
3,33011433
3,33011433
add a comment |
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.
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%2f3134398%2fprove-that-every-even-perfect-number-is-a-triangular-number%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