https://github.com/jingshing-python/first-10-digit-prime-in-e
A program help you find the answer of first 10-digit prime found in consecutive digits of e.
https://github.com/jingshing-python/first-10-digit-prime-in-e
Last synced: 10 months ago
JSON representation
A program help you find the answer of first 10-digit prime found in consecutive digits of e.
- Host: GitHub
- URL: https://github.com/jingshing-python/first-10-digit-prime-in-e
- Owner: JingShing-Python
- License: bsd-3-clause
- Created: 2023-07-26T18:53:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T19:12:57.000Z (over 2 years ago)
- Last Synced: 2025-01-25T23:41:00.133Z (12 months ago)
- Language: Python
- Size: 999 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# first-10-digit-prime-in-e
A program help you find the answer of first 10-digit prime found in consecutive digits of e.
# result in my pc
```md
first 10-digit prime: 7427466391
find pos: 100
total time: 0.08062219619750977 seconds
```