The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
An iteration produces all the prime numbers
02-13-2021, 06:05 PM
Post: #1
An iteration produces all the prime numbers
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.)

Note the integer parts of the resulting sequence!

Ref: this paper or this video or this wikipedia section or this OEIS page.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
An iteration produces all the prime numbers - EdS2 - 02-13-2021 06:05 PM



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