Post Reply 
An iteration produces all the prime numbers
02-13-2021, 09:38 PM (This post was last modified: 02-13-2021 09:39 PM by Valentin Albillo.)
Post: #2
RE: An iteration produces all the prime numbers
.
Hi, EdS2:

(02-13-2021 06:05 PM)EdS2 Wrote:  This very much appeals to me: initially it's rather a surprise.

Take the number 2.920050977316134712092562917112019... and perform the following iteration:
x := IP(x)*FP(x)+IP(x)

(Where IP is the integer part and FP the fractional part.)


There are infinitely many such constants that produce primes (this one, Mills' constant, etc) but though they're somewhat interesting from a 'recreational maths' point of view, they're useless as prime-producing constants because you need to know in advance the prime sequence to compute them, which makes the subject rather circular:

      You can use the constant to produce primes but you need the primes to produce the constant.

It would be quite another matter if any such constant could be computed to arbitrary precision some other way without involving the primes, say as a limit, an infinite summatory, an integral ... Alas, that's never the case so far and it's highly dubious it will ever be.

Regards.
V.

  
All My Articles & other Materials here:  Valentin Albillo's HP Collection
 
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: An iteration produces all the prime numbers - Valentin Albillo - 02-13-2021 09:38 PM



User(s) browsing this thread: 1 Guest(s)