An open API service indexing awesome lists of open source software.

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.

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
```