[D66] Moeilijk, deel 2! (On the properties of the Prime Numbers and the ‘Dlonier’ difference)

René Oudeweg roudeweg at gmail.com
Fri Feb 2 10:17:48 CET 2024


Uit mijn maelstroom.pdf:


On the properties of the Prime Numbers and the ‘Dlonier’ difference

August 22, 2023

*Method:*
1. Generate the first prime numbers below 100,000,000 (arbitrary large 
number)
2. Write them to a file with the following layout only if (P’ – pn) < 0:

• linenumber = pn (nth prime)
• prime number P
• P’ with the digits of P reversed
• *P’ – pn (which I call the Dlonier difference)*

The formula to reverse the digits of a number can be expressed as:
P’ = 0
while P>0:
digit = P mod 10
P’ = P’ × 10+digit
P = P ÷ 10

In this formula:
• P represents the original number.
• P’ represents the reversed number.
• \mod represents the modulo operation (remainder when dividing).
• ÷ represents the division operation.

*Conjecture:*
There are no more negative numbers for (P’ – pn) for n>17 and n ∈ ℕ
or
There are no more Dlonier differences for n>17 and n ∈ ℕ

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tuxtown.net/pipermail/d66/attachments/20240202/7d0fbae7/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: KmTIpPHlKVNpx0s6.png
Type: image/png
Size: 39404 bytes
Desc: not available
URL: <http://www.tuxtown.net/pipermail/d66/attachments/20240202/7d0fbae7/attachment-0001.png>


More information about the D66 mailing list