https://github.com/mikiw/luckynumbersofeuler
Lucky numbers of Euler.
https://github.com/mikiw/luckynumbersofeuler
interesting mathematics
Last synced: 3 months ago
JSON representation
Lucky numbers of Euler.
- Host: GitHub
- URL: https://github.com/mikiw/luckynumbersofeuler
- Owner: mikiw
- Created: 2022-04-10T13:21:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T13:52:50.000Z (about 3 years ago)
- Last Synced: 2025-01-10T17:51:47.495Z (5 months ago)
- Topics: interesting, mathematics
- Language: C#
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucky numbers of Euler.
Euler's "lucky" numbers are positive integers n such that for all integers k with 1 ≤ k < n, the polynomial k2 − k + n produces a prime number.