Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo65 authored Nov 3, 2023
1 parent 660bf92 commit a09c406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ The output is in according b-files format (https://oeis.org/)<br>
In order to generate the prime numbers it uses an efficient implementation of the Sieve of Eratosthenes.

## About palindrome prime numbers
All palindromic prime numbers have odd lengths, except the prime number 11.
All palindromic prime numbers have odd lengths, except the prime number 11.<br>
Since 2^64-1 == 18446744073709551615 which is 20 digits long, we have that 64-bit palindromic prime numbers are at most 19 digits long.<br>
Furthermore, since no prime number (except 5) ends with 5, all palindromic prime numbers never begin with 5.

0 comments on commit a09c406

Please sign in to comment.