Is it possible to represent any positive integer with a sum of arbitrarily many distinct powers of $3$, $5$,...
Adding things to bunches of things vs multiplication
Are unaudited server logs admissible in a court of law?
Existence of a certain set of 0/1-sequences without the Axiom of Choice
What is the best way to use errors in mathematica M12?
How do I cope with haze for the photos containing sky and trees at a distance?
global variant of csname…endcsname
Do I need to start off my book by describing the character's "normal world"?
Pocket Clarketech
Combinatorial Argument for Exponential and Logarithmic Function Being Inverse
Are there any rules on how characters go from 0th to 1st level in a class?
Which manga depicts Doraemon and Nobita on Easter Island?
Gofer work in exchange for Letter of Recommendation
Is this bar slide trick shown on Cheers real or a visual effect?
Can planar set contain even many vertices of every unit equilateral triangle?
Photoshop older default brushes
Unsolved Problems due to Lack of Computational Power
If it isn't [someone's name]!
When and which board game was the first to be ever invented?
Does knowing that the exponent is in a certain range help solving discrete log?
Has there ever been a truly bilingual country prior to the contemporary period?
Would getting a natural 20 with a penalty still count as a critical hit?
What happened after the end of the Truman Show?
Number of matrices with bounded products of rows and columns
Can I submit a paper computer science conference using an alias if using my real name can cause legal trouble in my original country
Is it possible to represent any positive integer with a sum of arbitrarily many distinct powers of $3$, $5$, and $7$?
Powers and differences of positive integersCan every positive integer be expressed as a difference between integer powers?Can 720! be written as the difference of two positive integer powers of 3?What is the exact procedure to represent any positive integer '$n$' in the $m-adic$ form?Representing positive integers as floor of integer powers of real number.How many digits in base 2 do I need to represent any odd integer from 1 to $sqrt{N}$?How do you prove that integer powers of $1.5$ are not equal to any integer powers of $2$?How many positive integer solutions?Finding an inverse function (sum of non-integer powers)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
$begingroup$
My question is whether it is possible to represent every positive integer as the sum of any number of unique terms $b^x$, where $bin{3,5,7}$, and integer $x geq 0$.
(Note this would be trivially easy if using the prime base $2$ were allowed, as using additive terms $2^i$ is essentially how binary numbers are written.)
For example, in my scenario, $24$ has two valid representations:
$$ 3^1+3^2+5^1+7^1 = 3^0+3^2+5^0+5^1+7^0+7^1 = 24 $$
My instinct is that this shouldn't hold, but I haven't been able to find a counterexample yet or a convincing argument against it. I have been able to find empirical evidence that it doesn't work for almost all larger triples, e.g. ${3,7,13}$.
Edit
While Brian provided a nice counterexample to my ${3,5,7}$ case, it's natural to ask whether the same result will hold for ${3,5,7,11}$, or in general, for any finite subset of odd primes. Also remaining is the question of how to effectively determine the minimum counterexample for a given set.
elementary-number-theory exponentiation
$endgroup$
|
show 9 more comments
$begingroup$
My question is whether it is possible to represent every positive integer as the sum of any number of unique terms $b^x$, where $bin{3,5,7}$, and integer $x geq 0$.
(Note this would be trivially easy if using the prime base $2$ were allowed, as using additive terms $2^i$ is essentially how binary numbers are written.)
For example, in my scenario, $24$ has two valid representations:
$$ 3^1+3^2+5^1+7^1 = 3^0+3^2+5^0+5^1+7^0+7^1 = 24 $$
My instinct is that this shouldn't hold, but I haven't been able to find a counterexample yet or a convincing argument against it. I have been able to find empirical evidence that it doesn't work for almost all larger triples, e.g. ${3,7,13}$.
Edit
While Brian provided a nice counterexample to my ${3,5,7}$ case, it's natural to ask whether the same result will hold for ${3,5,7,11}$, or in general, for any finite subset of odd primes. Also remaining is the question of how to effectively determine the minimum counterexample for a given set.
elementary-number-theory exponentiation
$endgroup$
3
$begingroup$
$3^0$ + $5^0$. Exponents may be repeated, it's the entire term ($3^0$, say) that can't be repeated.
$endgroup$
– Trevor
2 days ago
$begingroup$
Oh okay, got your question now.
$endgroup$
– Toby Mak
2 days ago
1
$begingroup$
How in the representation $24=3^1+3^2+5^1+7^1$ does the condition "without using any single prime power twice" hold?
$endgroup$
– uniquesolution
2 days ago
3
$begingroup$
The heading of the question makes some sense, but the text inside contradicts the heading in various ways, which renders it senseless to me. You start by asking "distinct powers" and then you give an example with repeating powers, both zero and one. You write in the text "prime powers of $3$,$5$ and $7$", which in English means $3^p$ or $5^p$ or $7^p$ where $p$ can take only prime values. But then you write powers of zero. So after guessing more or less what the question is, there can be various guesses as to what the answer can be.
$endgroup$
– uniquesolution
2 days ago
1
$begingroup$
@RoddyMacPhee There's still an ambiguity here, since by that definition of "prime power" excludes $p^0$ (and also, if we simply appended it to the definition, would make $3^0 + 5^0$ inadmissible by the "distinct" qualification). It's apparent to me that he meant "For each positive integer $n,$ there are finite subsets $I_3, I_5, I_7$ of the non-negative integers such that $$n = sum_{i in I_3} 3^i + sum_{i in I_5} 5^i + sum_{i in I_7} 7^i,$$ but this is inferred from the examples rather than from the definitions (in any case, this is the least strict interpretation, and it's false)
$endgroup$
– Brian Moehring
2 days ago
|
show 9 more comments
$begingroup$
My question is whether it is possible to represent every positive integer as the sum of any number of unique terms $b^x$, where $bin{3,5,7}$, and integer $x geq 0$.
(Note this would be trivially easy if using the prime base $2$ were allowed, as using additive terms $2^i$ is essentially how binary numbers are written.)
For example, in my scenario, $24$ has two valid representations:
$$ 3^1+3^2+5^1+7^1 = 3^0+3^2+5^0+5^1+7^0+7^1 = 24 $$
My instinct is that this shouldn't hold, but I haven't been able to find a counterexample yet or a convincing argument against it. I have been able to find empirical evidence that it doesn't work for almost all larger triples, e.g. ${3,7,13}$.
Edit
While Brian provided a nice counterexample to my ${3,5,7}$ case, it's natural to ask whether the same result will hold for ${3,5,7,11}$, or in general, for any finite subset of odd primes. Also remaining is the question of how to effectively determine the minimum counterexample for a given set.
elementary-number-theory exponentiation
$endgroup$
My question is whether it is possible to represent every positive integer as the sum of any number of unique terms $b^x$, where $bin{3,5,7}$, and integer $x geq 0$.
(Note this would be trivially easy if using the prime base $2$ were allowed, as using additive terms $2^i$ is essentially how binary numbers are written.)
For example, in my scenario, $24$ has two valid representations:
$$ 3^1+3^2+5^1+7^1 = 3^0+3^2+5^0+5^1+7^0+7^1 = 24 $$
My instinct is that this shouldn't hold, but I haven't been able to find a counterexample yet or a convincing argument against it. I have been able to find empirical evidence that it doesn't work for almost all larger triples, e.g. ${3,7,13}$.
Edit
While Brian provided a nice counterexample to my ${3,5,7}$ case, it's natural to ask whether the same result will hold for ${3,5,7,11}$, or in general, for any finite subset of odd primes. Also remaining is the question of how to effectively determine the minimum counterexample for a given set.
elementary-number-theory exponentiation
elementary-number-theory exponentiation
edited yesterday
Trevor
asked 2 days ago
TrevorTrevor
3271 silver badge12 bronze badges
3271 silver badge12 bronze badges
3
$begingroup$
$3^0$ + $5^0$. Exponents may be repeated, it's the entire term ($3^0$, say) that can't be repeated.
$endgroup$
– Trevor
2 days ago
$begingroup$
Oh okay, got your question now.
$endgroup$
– Toby Mak
2 days ago
1
$begingroup$
How in the representation $24=3^1+3^2+5^1+7^1$ does the condition "without using any single prime power twice" hold?
$endgroup$
– uniquesolution
2 days ago
3
$begingroup$
The heading of the question makes some sense, but the text inside contradicts the heading in various ways, which renders it senseless to me. You start by asking "distinct powers" and then you give an example with repeating powers, both zero and one. You write in the text "prime powers of $3$,$5$ and $7$", which in English means $3^p$ or $5^p$ or $7^p$ where $p$ can take only prime values. But then you write powers of zero. So after guessing more or less what the question is, there can be various guesses as to what the answer can be.
$endgroup$
– uniquesolution
2 days ago
1
$begingroup$
@RoddyMacPhee There's still an ambiguity here, since by that definition of "prime power" excludes $p^0$ (and also, if we simply appended it to the definition, would make $3^0 + 5^0$ inadmissible by the "distinct" qualification). It's apparent to me that he meant "For each positive integer $n,$ there are finite subsets $I_3, I_5, I_7$ of the non-negative integers such that $$n = sum_{i in I_3} 3^i + sum_{i in I_5} 5^i + sum_{i in I_7} 7^i,$$ but this is inferred from the examples rather than from the definitions (in any case, this is the least strict interpretation, and it's false)
$endgroup$
– Brian Moehring
2 days ago
|
show 9 more comments
3
$begingroup$
$3^0$ + $5^0$. Exponents may be repeated, it's the entire term ($3^0$, say) that can't be repeated.
$endgroup$
– Trevor
2 days ago
$begingroup$
Oh okay, got your question now.
$endgroup$
– Toby Mak
2 days ago
1
$begingroup$
How in the representation $24=3^1+3^2+5^1+7^1$ does the condition "without using any single prime power twice" hold?
$endgroup$
– uniquesolution
2 days ago
3
$begingroup$
The heading of the question makes some sense, but the text inside contradicts the heading in various ways, which renders it senseless to me. You start by asking "distinct powers" and then you give an example with repeating powers, both zero and one. You write in the text "prime powers of $3$,$5$ and $7$", which in English means $3^p$ or $5^p$ or $7^p$ where $p$ can take only prime values. But then you write powers of zero. So after guessing more or less what the question is, there can be various guesses as to what the answer can be.
$endgroup$
– uniquesolution
2 days ago
1
$begingroup$
@RoddyMacPhee There's still an ambiguity here, since by that definition of "prime power" excludes $p^0$ (and also, if we simply appended it to the definition, would make $3^0 + 5^0$ inadmissible by the "distinct" qualification). It's apparent to me that he meant "For each positive integer $n,$ there are finite subsets $I_3, I_5, I_7$ of the non-negative integers such that $$n = sum_{i in I_3} 3^i + sum_{i in I_5} 5^i + sum_{i in I_7} 7^i,$$ but this is inferred from the examples rather than from the definitions (in any case, this is the least strict interpretation, and it's false)
$endgroup$
– Brian Moehring
2 days ago
3
3
$begingroup$
$3^0$ + $5^0$. Exponents may be repeated, it's the entire term ($3^0$, say) that can't be repeated.
$endgroup$
– Trevor
2 days ago
$begingroup$
$3^0$ + $5^0$. Exponents may be repeated, it's the entire term ($3^0$, say) that can't be repeated.
$endgroup$
– Trevor
2 days ago
$begingroup$
Oh okay, got your question now.
$endgroup$
– Toby Mak
2 days ago
$begingroup$
Oh okay, got your question now.
$endgroup$
– Toby Mak
2 days ago
1
1
$begingroup$
How in the representation $24=3^1+3^2+5^1+7^1$ does the condition "without using any single prime power twice" hold?
$endgroup$
– uniquesolution
2 days ago
$begingroup$
How in the representation $24=3^1+3^2+5^1+7^1$ does the condition "without using any single prime power twice" hold?
$endgroup$
– uniquesolution
2 days ago
3
3
$begingroup$
The heading of the question makes some sense, but the text inside contradicts the heading in various ways, which renders it senseless to me. You start by asking "distinct powers" and then you give an example with repeating powers, both zero and one. You write in the text "prime powers of $3$,$5$ and $7$", which in English means $3^p$ or $5^p$ or $7^p$ where $p$ can take only prime values. But then you write powers of zero. So after guessing more or less what the question is, there can be various guesses as to what the answer can be.
$endgroup$
– uniquesolution
2 days ago
$begingroup$
The heading of the question makes some sense, but the text inside contradicts the heading in various ways, which renders it senseless to me. You start by asking "distinct powers" and then you give an example with repeating powers, both zero and one. You write in the text "prime powers of $3$,$5$ and $7$", which in English means $3^p$ or $5^p$ or $7^p$ where $p$ can take only prime values. But then you write powers of zero. So after guessing more or less what the question is, there can be various guesses as to what the answer can be.
$endgroup$
– uniquesolution
2 days ago
1
1
$begingroup$
@RoddyMacPhee There's still an ambiguity here, since by that definition of "prime power" excludes $p^0$ (and also, if we simply appended it to the definition, would make $3^0 + 5^0$ inadmissible by the "distinct" qualification). It's apparent to me that he meant "For each positive integer $n,$ there are finite subsets $I_3, I_5, I_7$ of the non-negative integers such that $$n = sum_{i in I_3} 3^i + sum_{i in I_5} 5^i + sum_{i in I_7} 7^i,$$ but this is inferred from the examples rather than from the definitions (in any case, this is the least strict interpretation, and it's false)
$endgroup$
– Brian Moehring
2 days ago
$begingroup$
@RoddyMacPhee There's still an ambiguity here, since by that definition of "prime power" excludes $p^0$ (and also, if we simply appended it to the definition, would make $3^0 + 5^0$ inadmissible by the "distinct" qualification). It's apparent to me that he meant "For each positive integer $n,$ there are finite subsets $I_3, I_5, I_7$ of the non-negative integers such that $$n = sum_{i in I_3} 3^i + sum_{i in I_5} 5^i + sum_{i in I_7} 7^i,$$ but this is inferred from the examples rather than from the definitions (in any case, this is the least strict interpretation, and it's false)
$endgroup$
– Brian Moehring
2 days ago
|
show 9 more comments
1 Answer
1
active
oldest
votes
$begingroup$
$3^{60} - 1$ isn't achievable.
This can be seen as
$$lfloorlog_5(3^{60}-1)rfloor = 40 \ lfloorlog_7(3^{60}-1)rfloor = 33$$
but
$$sum_{n=0}^{59} 3^n + sum_{n=0}^{40} 5^n + sum_{n=0}^{33} 7^n < 3^{60} - 1$$
Edit: Please also see the generalization given by user687721 in the comments. If you can understand what is said there, you'll see what I did here is just a specific example of that procedure, and the resulting test given in the comment could be done by a grade-schooler with a pencil (whereas I needed a computer, or at least a decent calculator, for several steps)
New contributor
$endgroup$
2
$begingroup$
It's definitely not the lower bound. I was just searching for numbers of the form $n = 3^m - 1$ such that the fractional parts of $log_5(n)$ and $log_7(n)$ were close to $1.$ A few other possible candidates happened before $m=60,$ but this one looked the most promising (I had an early false positive, so I made my threshold for acceptance rather strict after going through the process of testing it)
$endgroup$
– Brian Moehring
2 days ago
2
$begingroup$
What if the exponents have arbitrary gap between them instead of being serial numbers? E.g. $3^0 + 3^4 +3^{23} + ldots$
$endgroup$
– Nilos
2 days ago
3
$begingroup$
@Nilos I don't think that matters. He's showed that even if you use every possible term up through $3^{59}$, $5^{40}$, and $7^{33}$, you won't reach $3^{60}$, and any larger terms will overshoot all by themselves. Very nice!
$endgroup$
– Trevor
2 days ago
1
$begingroup$
@Nilos For any subset $I subseteq {0,1,2,ldots, 59},$ $$sum_{i in I} 3^i leq sum_{n=0}^{59} 3^n$$ so we still have a strict inequality when compared to $3^{60}-1$
$endgroup$
– Brian Moehring
2 days ago
7
$begingroup$
Suppose that $p_i$ are a set of multiplicatively independent integers (distinct primes, for example). By Kronecker, one can find simlutaneous rational approximations $a_i/a_1$ to the quantities $log(p_1)/log(p_i)$ where the error is of the form $epsilon/a_1$ for sufficiently small $epsilon$. Then all the powers $(p_i)^{a_i}$ are the same order (up to multiplication by $1 + o(1)$), taking $N$ to be $1$ less than the smallest one you win as long as $sum frac{1}{p_i - 1} < 1$ (e.g. $1/2+1/4+1/6=11/12$ in this case). This certainly deals with all triples of distinct primes not involving $2$
$endgroup$
– user687721
2 days ago
|
show 14 more comments
Your Answer
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%2f3323932%2fis-it-possible-to-represent-any-positive-integer-with-a-sum-of-arbitrarily-many%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
$begingroup$
$3^{60} - 1$ isn't achievable.
This can be seen as
$$lfloorlog_5(3^{60}-1)rfloor = 40 \ lfloorlog_7(3^{60}-1)rfloor = 33$$
but
$$sum_{n=0}^{59} 3^n + sum_{n=0}^{40} 5^n + sum_{n=0}^{33} 7^n < 3^{60} - 1$$
Edit: Please also see the generalization given by user687721 in the comments. If you can understand what is said there, you'll see what I did here is just a specific example of that procedure, and the resulting test given in the comment could be done by a grade-schooler with a pencil (whereas I needed a computer, or at least a decent calculator, for several steps)
New contributor
$endgroup$
2
$begingroup$
It's definitely not the lower bound. I was just searching for numbers of the form $n = 3^m - 1$ such that the fractional parts of $log_5(n)$ and $log_7(n)$ were close to $1.$ A few other possible candidates happened before $m=60,$ but this one looked the most promising (I had an early false positive, so I made my threshold for acceptance rather strict after going through the process of testing it)
$endgroup$
– Brian Moehring
2 days ago
2
$begingroup$
What if the exponents have arbitrary gap between them instead of being serial numbers? E.g. $3^0 + 3^4 +3^{23} + ldots$
$endgroup$
– Nilos
2 days ago
3
$begingroup$
@Nilos I don't think that matters. He's showed that even if you use every possible term up through $3^{59}$, $5^{40}$, and $7^{33}$, you won't reach $3^{60}$, and any larger terms will overshoot all by themselves. Very nice!
$endgroup$
– Trevor
2 days ago
1
$begingroup$
@Nilos For any subset $I subseteq {0,1,2,ldots, 59},$ $$sum_{i in I} 3^i leq sum_{n=0}^{59} 3^n$$ so we still have a strict inequality when compared to $3^{60}-1$
$endgroup$
– Brian Moehring
2 days ago
7
$begingroup$
Suppose that $p_i$ are a set of multiplicatively independent integers (distinct primes, for example). By Kronecker, one can find simlutaneous rational approximations $a_i/a_1$ to the quantities $log(p_1)/log(p_i)$ where the error is of the form $epsilon/a_1$ for sufficiently small $epsilon$. Then all the powers $(p_i)^{a_i}$ are the same order (up to multiplication by $1 + o(1)$), taking $N$ to be $1$ less than the smallest one you win as long as $sum frac{1}{p_i - 1} < 1$ (e.g. $1/2+1/4+1/6=11/12$ in this case). This certainly deals with all triples of distinct primes not involving $2$
$endgroup$
– user687721
2 days ago
|
show 14 more comments
$begingroup$
$3^{60} - 1$ isn't achievable.
This can be seen as
$$lfloorlog_5(3^{60}-1)rfloor = 40 \ lfloorlog_7(3^{60}-1)rfloor = 33$$
but
$$sum_{n=0}^{59} 3^n + sum_{n=0}^{40} 5^n + sum_{n=0}^{33} 7^n < 3^{60} - 1$$
Edit: Please also see the generalization given by user687721 in the comments. If you can understand what is said there, you'll see what I did here is just a specific example of that procedure, and the resulting test given in the comment could be done by a grade-schooler with a pencil (whereas I needed a computer, or at least a decent calculator, for several steps)
New contributor
$endgroup$
2
$begingroup$
It's definitely not the lower bound. I was just searching for numbers of the form $n = 3^m - 1$ such that the fractional parts of $log_5(n)$ and $log_7(n)$ were close to $1.$ A few other possible candidates happened before $m=60,$ but this one looked the most promising (I had an early false positive, so I made my threshold for acceptance rather strict after going through the process of testing it)
$endgroup$
– Brian Moehring
2 days ago
2
$begingroup$
What if the exponents have arbitrary gap between them instead of being serial numbers? E.g. $3^0 + 3^4 +3^{23} + ldots$
$endgroup$
– Nilos
2 days ago
3
$begingroup$
@Nilos I don't think that matters. He's showed that even if you use every possible term up through $3^{59}$, $5^{40}$, and $7^{33}$, you won't reach $3^{60}$, and any larger terms will overshoot all by themselves. Very nice!
$endgroup$
– Trevor
2 days ago
1
$begingroup$
@Nilos For any subset $I subseteq {0,1,2,ldots, 59},$ $$sum_{i in I} 3^i leq sum_{n=0}^{59} 3^n$$ so we still have a strict inequality when compared to $3^{60}-1$
$endgroup$
– Brian Moehring
2 days ago
7
$begingroup$
Suppose that $p_i$ are a set of multiplicatively independent integers (distinct primes, for example). By Kronecker, one can find simlutaneous rational approximations $a_i/a_1$ to the quantities $log(p_1)/log(p_i)$ where the error is of the form $epsilon/a_1$ for sufficiently small $epsilon$. Then all the powers $(p_i)^{a_i}$ are the same order (up to multiplication by $1 + o(1)$), taking $N$ to be $1$ less than the smallest one you win as long as $sum frac{1}{p_i - 1} < 1$ (e.g. $1/2+1/4+1/6=11/12$ in this case). This certainly deals with all triples of distinct primes not involving $2$
$endgroup$
– user687721
2 days ago
|
show 14 more comments
$begingroup$
$3^{60} - 1$ isn't achievable.
This can be seen as
$$lfloorlog_5(3^{60}-1)rfloor = 40 \ lfloorlog_7(3^{60}-1)rfloor = 33$$
but
$$sum_{n=0}^{59} 3^n + sum_{n=0}^{40} 5^n + sum_{n=0}^{33} 7^n < 3^{60} - 1$$
Edit: Please also see the generalization given by user687721 in the comments. If you can understand what is said there, you'll see what I did here is just a specific example of that procedure, and the resulting test given in the comment could be done by a grade-schooler with a pencil (whereas I needed a computer, or at least a decent calculator, for several steps)
New contributor
$endgroup$
$3^{60} - 1$ isn't achievable.
This can be seen as
$$lfloorlog_5(3^{60}-1)rfloor = 40 \ lfloorlog_7(3^{60}-1)rfloor = 33$$
but
$$sum_{n=0}^{59} 3^n + sum_{n=0}^{40} 5^n + sum_{n=0}^{33} 7^n < 3^{60} - 1$$
Edit: Please also see the generalization given by user687721 in the comments. If you can understand what is said there, you'll see what I did here is just a specific example of that procedure, and the resulting test given in the comment could be done by a grade-schooler with a pencil (whereas I needed a computer, or at least a decent calculator, for several steps)
New contributor
edited 2 days ago
New contributor
answered 2 days ago
Brian MoehringBrian Moehring
1,1462 silver badges9 bronze badges
1,1462 silver badges9 bronze badges
New contributor
New contributor
2
$begingroup$
It's definitely not the lower bound. I was just searching for numbers of the form $n = 3^m - 1$ such that the fractional parts of $log_5(n)$ and $log_7(n)$ were close to $1.$ A few other possible candidates happened before $m=60,$ but this one looked the most promising (I had an early false positive, so I made my threshold for acceptance rather strict after going through the process of testing it)
$endgroup$
– Brian Moehring
2 days ago
2
$begingroup$
What if the exponents have arbitrary gap between them instead of being serial numbers? E.g. $3^0 + 3^4 +3^{23} + ldots$
$endgroup$
– Nilos
2 days ago
3
$begingroup$
@Nilos I don't think that matters. He's showed that even if you use every possible term up through $3^{59}$, $5^{40}$, and $7^{33}$, you won't reach $3^{60}$, and any larger terms will overshoot all by themselves. Very nice!
$endgroup$
– Trevor
2 days ago
1
$begingroup$
@Nilos For any subset $I subseteq {0,1,2,ldots, 59},$ $$sum_{i in I} 3^i leq sum_{n=0}^{59} 3^n$$ so we still have a strict inequality when compared to $3^{60}-1$
$endgroup$
– Brian Moehring
2 days ago
7
$begingroup$
Suppose that $p_i$ are a set of multiplicatively independent integers (distinct primes, for example). By Kronecker, one can find simlutaneous rational approximations $a_i/a_1$ to the quantities $log(p_1)/log(p_i)$ where the error is of the form $epsilon/a_1$ for sufficiently small $epsilon$. Then all the powers $(p_i)^{a_i}$ are the same order (up to multiplication by $1 + o(1)$), taking $N$ to be $1$ less than the smallest one you win as long as $sum frac{1}{p_i - 1} < 1$ (e.g. $1/2+1/4+1/6=11/12$ in this case). This certainly deals with all triples of distinct primes not involving $2$
$endgroup$
– user687721
2 days ago
|
show 14 more comments
2
$begingroup$
It's definitely not the lower bound. I was just searching for numbers of the form $n = 3^m - 1$ such that the fractional parts of $log_5(n)$ and $log_7(n)$ were close to $1.$ A few other possible candidates happened before $m=60,$ but this one looked the most promising (I had an early false positive, so I made my threshold for acceptance rather strict after going through the process of testing it)
$endgroup$
– Brian Moehring
2 days ago
2
$begingroup$
What if the exponents have arbitrary gap between them instead of being serial numbers? E.g. $3^0 + 3^4 +3^{23} + ldots$
$endgroup$
– Nilos
2 days ago
3
$begingroup$
@Nilos I don't think that matters. He's showed that even if you use every possible term up through $3^{59}$, $5^{40}$, and $7^{33}$, you won't reach $3^{60}$, and any larger terms will overshoot all by themselves. Very nice!
$endgroup$
– Trevor
2 days ago
1
$begingroup$
@Nilos For any subset $I subseteq {0,1,2,ldots, 59},$ $$sum_{i in I} 3^i leq sum_{n=0}^{59} 3^n$$ so we still have a strict inequality when compared to $3^{60}-1$
$endgroup$
– Brian Moehring
2 days ago
7
$begingroup$
Suppose that $p_i$ are a set of multiplicatively independent integers (distinct primes, for example). By Kronecker, one can find simlutaneous rational approximations $a_i/a_1$ to the quantities $log(p_1)/log(p_i)$ where the error is of the form $epsilon/a_1$ for sufficiently small $epsilon$. Then all the powers $(p_i)^{a_i}$ are the same order (up to multiplication by $1 + o(1)$), taking $N$ to be $1$ less than the smallest one you win as long as $sum frac{1}{p_i - 1} < 1$ (e.g. $1/2+1/4+1/6=11/12$ in this case). This certainly deals with all triples of distinct primes not involving $2$
$endgroup$
– user687721
2 days ago
2
2
$begingroup$
It's definitely not the lower bound. I was just searching for numbers of the form $n = 3^m - 1$ such that the fractional parts of $log_5(n)$ and $log_7(n)$ were close to $1.$ A few other possible candidates happened before $m=60,$ but this one looked the most promising (I had an early false positive, so I made my threshold for acceptance rather strict after going through the process of testing it)
$endgroup$
– Brian Moehring
2 days ago
$begingroup$
It's definitely not the lower bound. I was just searching for numbers of the form $n = 3^m - 1$ such that the fractional parts of $log_5(n)$ and $log_7(n)$ were close to $1.$ A few other possible candidates happened before $m=60,$ but this one looked the most promising (I had an early false positive, so I made my threshold for acceptance rather strict after going through the process of testing it)
$endgroup$
– Brian Moehring
2 days ago
2
2
$begingroup$
What if the exponents have arbitrary gap between them instead of being serial numbers? E.g. $3^0 + 3^4 +3^{23} + ldots$
$endgroup$
– Nilos
2 days ago
$begingroup$
What if the exponents have arbitrary gap between them instead of being serial numbers? E.g. $3^0 + 3^4 +3^{23} + ldots$
$endgroup$
– Nilos
2 days ago
3
3
$begingroup$
@Nilos I don't think that matters. He's showed that even if you use every possible term up through $3^{59}$, $5^{40}$, and $7^{33}$, you won't reach $3^{60}$, and any larger terms will overshoot all by themselves. Very nice!
$endgroup$
– Trevor
2 days ago
$begingroup$
@Nilos I don't think that matters. He's showed that even if you use every possible term up through $3^{59}$, $5^{40}$, and $7^{33}$, you won't reach $3^{60}$, and any larger terms will overshoot all by themselves. Very nice!
$endgroup$
– Trevor
2 days ago
1
1
$begingroup$
@Nilos For any subset $I subseteq {0,1,2,ldots, 59},$ $$sum_{i in I} 3^i leq sum_{n=0}^{59} 3^n$$ so we still have a strict inequality when compared to $3^{60}-1$
$endgroup$
– Brian Moehring
2 days ago
$begingroup$
@Nilos For any subset $I subseteq {0,1,2,ldots, 59},$ $$sum_{i in I} 3^i leq sum_{n=0}^{59} 3^n$$ so we still have a strict inequality when compared to $3^{60}-1$
$endgroup$
– Brian Moehring
2 days ago
7
7
$begingroup$
Suppose that $p_i$ are a set of multiplicatively independent integers (distinct primes, for example). By Kronecker, one can find simlutaneous rational approximations $a_i/a_1$ to the quantities $log(p_1)/log(p_i)$ where the error is of the form $epsilon/a_1$ for sufficiently small $epsilon$. Then all the powers $(p_i)^{a_i}$ are the same order (up to multiplication by $1 + o(1)$), taking $N$ to be $1$ less than the smallest one you win as long as $sum frac{1}{p_i - 1} < 1$ (e.g. $1/2+1/4+1/6=11/12$ in this case). This certainly deals with all triples of distinct primes not involving $2$
$endgroup$
– user687721
2 days ago
$begingroup$
Suppose that $p_i$ are a set of multiplicatively independent integers (distinct primes, for example). By Kronecker, one can find simlutaneous rational approximations $a_i/a_1$ to the quantities $log(p_1)/log(p_i)$ where the error is of the form $epsilon/a_1$ for sufficiently small $epsilon$. Then all the powers $(p_i)^{a_i}$ are the same order (up to multiplication by $1 + o(1)$), taking $N$ to be $1$ less than the smallest one you win as long as $sum frac{1}{p_i - 1} < 1$ (e.g. $1/2+1/4+1/6=11/12$ in this case). This certainly deals with all triples of distinct primes not involving $2$
$endgroup$
– user687721
2 days ago
|
show 14 more comments
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%2f3323932%2fis-it-possible-to-represent-any-positive-integer-with-a-sum-of-arbitrarily-many%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
$begingroup$
$3^0$ + $5^0$. Exponents may be repeated, it's the entire term ($3^0$, say) that can't be repeated.
$endgroup$
– Trevor
2 days ago
$begingroup$
Oh okay, got your question now.
$endgroup$
– Toby Mak
2 days ago
1
$begingroup$
How in the representation $24=3^1+3^2+5^1+7^1$ does the condition "without using any single prime power twice" hold?
$endgroup$
– uniquesolution
2 days ago
3
$begingroup$
The heading of the question makes some sense, but the text inside contradicts the heading in various ways, which renders it senseless to me. You start by asking "distinct powers" and then you give an example with repeating powers, both zero and one. You write in the text "prime powers of $3$,$5$ and $7$", which in English means $3^p$ or $5^p$ or $7^p$ where $p$ can take only prime values. But then you write powers of zero. So after guessing more or less what the question is, there can be various guesses as to what the answer can be.
$endgroup$
– uniquesolution
2 days ago
1
$begingroup$
@RoddyMacPhee There's still an ambiguity here, since by that definition of "prime power" excludes $p^0$ (and also, if we simply appended it to the definition, would make $3^0 + 5^0$ inadmissible by the "distinct" qualification). It's apparent to me that he meant "For each positive integer $n,$ there are finite subsets $I_3, I_5, I_7$ of the non-negative integers such that $$n = sum_{i in I_3} 3^i + sum_{i in I_5} 5^i + sum_{i in I_7} 7^i,$$ but this is inferred from the examples rather than from the definitions (in any case, this is the least strict interpretation, and it's false)
$endgroup$
– Brian Moehring
2 days ago