Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
My understanding was that they appeared with regular density
Regular density? Depending on what you mean by "regular" .. There is the famous prime number theorem. If π(n) is the number of primes less than n, then π(n) tends to n/ln(n) as n grows to infinity. Thus you could say that the density if primes within {1,..,n} is ln(n)/n. But this density gets smaller and smaller as n gets larger, thus the primes have to be getting (on average) farther and farther apart.

Also, as blazar mentions below. If you want to find a number X such that the first prime after X is at least X+200, just let X be 201! (that's with a factorial). Now X+1 may be prime, but X+2 is not prime since 2 divides X and 2. X+3 is not prime since 3 divides X and 3, etc... all the way until X+201.


In reply to Re^5: a close prime number by Anonymous Monk
in thread a close prime number by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-20 03:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found