Maximum number of distinct prime factors of numbers below $2^{64}$
$begingroup$
What is the maximum number of distinct prime factors of numbers below $2^{64}$? I'm interested in the exact count, not just an estimate.
In other words, what is the largest $omega(n)$, where $n < 2^{64}$?
number-theory prime-numbers prime-factorization
$endgroup$
add a comment |
$begingroup$
What is the maximum number of distinct prime factors of numbers below $2^{64}$? I'm interested in the exact count, not just an estimate.
In other words, what is the largest $omega(n)$, where $n < 2^{64}$?
number-theory prime-numbers prime-factorization
$endgroup$
add a comment |
$begingroup$
What is the maximum number of distinct prime factors of numbers below $2^{64}$? I'm interested in the exact count, not just an estimate.
In other words, what is the largest $omega(n)$, where $n < 2^{64}$?
number-theory prime-numbers prime-factorization
$endgroup$
What is the maximum number of distinct prime factors of numbers below $2^{64}$? I'm interested in the exact count, not just an estimate.
In other words, what is the largest $omega(n)$, where $n < 2^{64}$?
number-theory prime-numbers prime-factorization
number-theory prime-numbers prime-factorization
asked Dec 19 '18 at 9:18
Ecir HanaEcir Hana
417414
417414
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The number with the most distinct prime factors will have the form
$$2cdot 3cdot 5cdot 7cdots$$
So all you need is to multiply all primes until you reach $2^{64}$.
$endgroup$
$begingroup$
It's 15, in case anyone's wondering... Thanks!
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:26
$begingroup$
How did you get 15 @EcirHana ?
$endgroup$
– rsadhvika
Dec 19 '18 at 9:36
$begingroup$
@rsadhvika the product of 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 is 614889782588491410, which is less than 614889782588491410 ($2^{64}$). Including 53 it is 32589158477190044730.
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:45
$begingroup$
@EcirHana Is that a typo?
$endgroup$
– Szeto
Dec 19 '18 at 9:47
$begingroup$
@Szeto Sorry, what is a typo?
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:48
|
show 1 more 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%2f3046200%2fmaximum-number-of-distinct-prime-factors-of-numbers-below-264%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$
The number with the most distinct prime factors will have the form
$$2cdot 3cdot 5cdot 7cdots$$
So all you need is to multiply all primes until you reach $2^{64}$.
$endgroup$
$begingroup$
It's 15, in case anyone's wondering... Thanks!
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:26
$begingroup$
How did you get 15 @EcirHana ?
$endgroup$
– rsadhvika
Dec 19 '18 at 9:36
$begingroup$
@rsadhvika the product of 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 is 614889782588491410, which is less than 614889782588491410 ($2^{64}$). Including 53 it is 32589158477190044730.
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:45
$begingroup$
@EcirHana Is that a typo?
$endgroup$
– Szeto
Dec 19 '18 at 9:47
$begingroup$
@Szeto Sorry, what is a typo?
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:48
|
show 1 more comment
$begingroup$
The number with the most distinct prime factors will have the form
$$2cdot 3cdot 5cdot 7cdots$$
So all you need is to multiply all primes until you reach $2^{64}$.
$endgroup$
$begingroup$
It's 15, in case anyone's wondering... Thanks!
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:26
$begingroup$
How did you get 15 @EcirHana ?
$endgroup$
– rsadhvika
Dec 19 '18 at 9:36
$begingroup$
@rsadhvika the product of 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 is 614889782588491410, which is less than 614889782588491410 ($2^{64}$). Including 53 it is 32589158477190044730.
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:45
$begingroup$
@EcirHana Is that a typo?
$endgroup$
– Szeto
Dec 19 '18 at 9:47
$begingroup$
@Szeto Sorry, what is a typo?
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:48
|
show 1 more comment
$begingroup$
The number with the most distinct prime factors will have the form
$$2cdot 3cdot 5cdot 7cdots$$
So all you need is to multiply all primes until you reach $2^{64}$.
$endgroup$
The number with the most distinct prime factors will have the form
$$2cdot 3cdot 5cdot 7cdots$$
So all you need is to multiply all primes until you reach $2^{64}$.
answered Dec 19 '18 at 9:20
5xum5xum
91.3k394161
91.3k394161
$begingroup$
It's 15, in case anyone's wondering... Thanks!
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:26
$begingroup$
How did you get 15 @EcirHana ?
$endgroup$
– rsadhvika
Dec 19 '18 at 9:36
$begingroup$
@rsadhvika the product of 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 is 614889782588491410, which is less than 614889782588491410 ($2^{64}$). Including 53 it is 32589158477190044730.
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:45
$begingroup$
@EcirHana Is that a typo?
$endgroup$
– Szeto
Dec 19 '18 at 9:47
$begingroup$
@Szeto Sorry, what is a typo?
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:48
|
show 1 more comment
$begingroup$
It's 15, in case anyone's wondering... Thanks!
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:26
$begingroup$
How did you get 15 @EcirHana ?
$endgroup$
– rsadhvika
Dec 19 '18 at 9:36
$begingroup$
@rsadhvika the product of 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 is 614889782588491410, which is less than 614889782588491410 ($2^{64}$). Including 53 it is 32589158477190044730.
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:45
$begingroup$
@EcirHana Is that a typo?
$endgroup$
– Szeto
Dec 19 '18 at 9:47
$begingroup$
@Szeto Sorry, what is a typo?
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:48
$begingroup$
It's 15, in case anyone's wondering... Thanks!
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:26
$begingroup$
It's 15, in case anyone's wondering... Thanks!
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:26
$begingroup$
How did you get 15 @EcirHana ?
$endgroup$
– rsadhvika
Dec 19 '18 at 9:36
$begingroup$
How did you get 15 @EcirHana ?
$endgroup$
– rsadhvika
Dec 19 '18 at 9:36
$begingroup$
@rsadhvika the product of 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 is 614889782588491410, which is less than 614889782588491410 ($2^{64}$). Including 53 it is 32589158477190044730.
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:45
$begingroup$
@rsadhvika the product of 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 is 614889782588491410, which is less than 614889782588491410 ($2^{64}$). Including 53 it is 32589158477190044730.
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:45
$begingroup$
@EcirHana Is that a typo?
$endgroup$
– Szeto
Dec 19 '18 at 9:47
$begingroup$
@EcirHana Is that a typo?
$endgroup$
– Szeto
Dec 19 '18 at 9:47
$begingroup$
@Szeto Sorry, what is a typo?
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:48
$begingroup$
@Szeto Sorry, what is a typo?
$endgroup$
– Ecir Hana
Dec 19 '18 at 9:48
|
show 1 more 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%2f3046200%2fmaximum-number-of-distinct-prime-factors-of-numbers-below-264%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