Values of Chebyshev’s ϑ-function for large numbers











up vote
0
down vote

favorite












Is there website or article that has values of Chebyshev’s ϑ-function for very large numbers?



Chebyshev’s ϑ-function is
$$vartheta(x)=sum_{pleq x} ln p,$$
where $p$ is a prime number.



I have searched but I really couldn't find a resource that gives values of the function for numbers like $10^{19}$ or $10^{23}$.










share|cite|improve this question
























  • Only goes up to $10^{10}$ arxiv.org/pdf/1002.0442.pdf ... but you might find this interesting (sorry ?)
    – Donald Splutterwit
    Sep 4 '17 at 17:42










  • You could look for well-formatted prime tables and write a little program that computes the theta function from that, splitting the string at commata or something like that.
    – Cloudscape
    Sep 4 '17 at 17:54










  • Otherwise you'll find tables for $psi(x) = sum_{p^k le x} log p$. And you can construct it from the zeta zeros.
    – reuns
    Sep 4 '17 at 17:59












  • For smaller values, there are programs like Perl/ntheory that can produce arbitrary psi or theta values in reasonable times (e.g. 10 seconds for $10^{10}$). Scaling is close to linear so that makes $10^{19}$ not practical. Precision matters as well -- using native precision (e.g. 15 digits) is much faster than using extended precision (e.g. 40-100+ digits). Pari/GP could give the latter in a reasonable time for smaller values. Both via brute force. To get results for large values it seems you'd need to modify a fast prime count method (see prime sum methods using LMO / DR).
    – DanaJ
    Sep 4 '17 at 22:53

















up vote
0
down vote

favorite












Is there website or article that has values of Chebyshev’s ϑ-function for very large numbers?



Chebyshev’s ϑ-function is
$$vartheta(x)=sum_{pleq x} ln p,$$
where $p$ is a prime number.



I have searched but I really couldn't find a resource that gives values of the function for numbers like $10^{19}$ or $10^{23}$.










share|cite|improve this question
























  • Only goes up to $10^{10}$ arxiv.org/pdf/1002.0442.pdf ... but you might find this interesting (sorry ?)
    – Donald Splutterwit
    Sep 4 '17 at 17:42










  • You could look for well-formatted prime tables and write a little program that computes the theta function from that, splitting the string at commata or something like that.
    – Cloudscape
    Sep 4 '17 at 17:54










  • Otherwise you'll find tables for $psi(x) = sum_{p^k le x} log p$. And you can construct it from the zeta zeros.
    – reuns
    Sep 4 '17 at 17:59












  • For smaller values, there are programs like Perl/ntheory that can produce arbitrary psi or theta values in reasonable times (e.g. 10 seconds for $10^{10}$). Scaling is close to linear so that makes $10^{19}$ not practical. Precision matters as well -- using native precision (e.g. 15 digits) is much faster than using extended precision (e.g. 40-100+ digits). Pari/GP could give the latter in a reasonable time for smaller values. Both via brute force. To get results for large values it seems you'd need to modify a fast prime count method (see prime sum methods using LMO / DR).
    – DanaJ
    Sep 4 '17 at 22:53















up vote
0
down vote

favorite









up vote
0
down vote

favorite











Is there website or article that has values of Chebyshev’s ϑ-function for very large numbers?



Chebyshev’s ϑ-function is
$$vartheta(x)=sum_{pleq x} ln p,$$
where $p$ is a prime number.



I have searched but I really couldn't find a resource that gives values of the function for numbers like $10^{19}$ or $10^{23}$.










share|cite|improve this question















Is there website or article that has values of Chebyshev’s ϑ-function for very large numbers?



Chebyshev’s ϑ-function is
$$vartheta(x)=sum_{pleq x} ln p,$$
where $p$ is a prime number.



I have searched but I really couldn't find a resource that gives values of the function for numbers like $10^{19}$ or $10^{23}$.







prime-numbers






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 21 at 13:35









Klangen

1,36511231




1,36511231










asked Sep 4 '17 at 17:36









Bright Chancellor

351311




351311












  • Only goes up to $10^{10}$ arxiv.org/pdf/1002.0442.pdf ... but you might find this interesting (sorry ?)
    – Donald Splutterwit
    Sep 4 '17 at 17:42










  • You could look for well-formatted prime tables and write a little program that computes the theta function from that, splitting the string at commata or something like that.
    – Cloudscape
    Sep 4 '17 at 17:54










  • Otherwise you'll find tables for $psi(x) = sum_{p^k le x} log p$. And you can construct it from the zeta zeros.
    – reuns
    Sep 4 '17 at 17:59












  • For smaller values, there are programs like Perl/ntheory that can produce arbitrary psi or theta values in reasonable times (e.g. 10 seconds for $10^{10}$). Scaling is close to linear so that makes $10^{19}$ not practical. Precision matters as well -- using native precision (e.g. 15 digits) is much faster than using extended precision (e.g. 40-100+ digits). Pari/GP could give the latter in a reasonable time for smaller values. Both via brute force. To get results for large values it seems you'd need to modify a fast prime count method (see prime sum methods using LMO / DR).
    – DanaJ
    Sep 4 '17 at 22:53




















  • Only goes up to $10^{10}$ arxiv.org/pdf/1002.0442.pdf ... but you might find this interesting (sorry ?)
    – Donald Splutterwit
    Sep 4 '17 at 17:42










  • You could look for well-formatted prime tables and write a little program that computes the theta function from that, splitting the string at commata or something like that.
    – Cloudscape
    Sep 4 '17 at 17:54










  • Otherwise you'll find tables for $psi(x) = sum_{p^k le x} log p$. And you can construct it from the zeta zeros.
    – reuns
    Sep 4 '17 at 17:59












  • For smaller values, there are programs like Perl/ntheory that can produce arbitrary psi or theta values in reasonable times (e.g. 10 seconds for $10^{10}$). Scaling is close to linear so that makes $10^{19}$ not practical. Precision matters as well -- using native precision (e.g. 15 digits) is much faster than using extended precision (e.g. 40-100+ digits). Pari/GP could give the latter in a reasonable time for smaller values. Both via brute force. To get results for large values it seems you'd need to modify a fast prime count method (see prime sum methods using LMO / DR).
    – DanaJ
    Sep 4 '17 at 22:53


















Only goes up to $10^{10}$ arxiv.org/pdf/1002.0442.pdf ... but you might find this interesting (sorry ?)
– Donald Splutterwit
Sep 4 '17 at 17:42




Only goes up to $10^{10}$ arxiv.org/pdf/1002.0442.pdf ... but you might find this interesting (sorry ?)
– Donald Splutterwit
Sep 4 '17 at 17:42












You could look for well-formatted prime tables and write a little program that computes the theta function from that, splitting the string at commata or something like that.
– Cloudscape
Sep 4 '17 at 17:54




You could look for well-formatted prime tables and write a little program that computes the theta function from that, splitting the string at commata or something like that.
– Cloudscape
Sep 4 '17 at 17:54












Otherwise you'll find tables for $psi(x) = sum_{p^k le x} log p$. And you can construct it from the zeta zeros.
– reuns
Sep 4 '17 at 17:59






Otherwise you'll find tables for $psi(x) = sum_{p^k le x} log p$. And you can construct it from the zeta zeros.
– reuns
Sep 4 '17 at 17:59














For smaller values, there are programs like Perl/ntheory that can produce arbitrary psi or theta values in reasonable times (e.g. 10 seconds for $10^{10}$). Scaling is close to linear so that makes $10^{19}$ not practical. Precision matters as well -- using native precision (e.g. 15 digits) is much faster than using extended precision (e.g. 40-100+ digits). Pari/GP could give the latter in a reasonable time for smaller values. Both via brute force. To get results for large values it seems you'd need to modify a fast prime count method (see prime sum methods using LMO / DR).
– DanaJ
Sep 4 '17 at 22:53






For smaller values, there are programs like Perl/ntheory that can produce arbitrary psi or theta values in reasonable times (e.g. 10 seconds for $10^{10}$). Scaling is close to linear so that makes $10^{19}$ not practical. Precision matters as well -- using native precision (e.g. 15 digits) is much faster than using extended precision (e.g. 40-100+ digits). Pari/GP could give the latter in a reasonable time for smaller values. Both via brute force. To get results for large values it seems you'd need to modify a fast prime count method (see prime sum methods using LMO / DR).
– DanaJ
Sep 4 '17 at 22:53

















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%2f2416681%2fvalues-of-chebyshev-s-%25cf%2591-function-for-large-numbers%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




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2416681%2fvalues-of-chebyshev-s-%25cf%2591-function-for-large-numbers%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

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei