https://github.com/totallynotchase/funky-prime-generator
A collection of some algorithms on generating numerous prime sequences
https://github.com/totallynotchase/funky-prime-generator
number-generator number-theory numberphile prime-numbers riemann-hypothesis
Last synced: 8 months ago
JSON representation
A collection of some algorithms on generating numerous prime sequences
- Host: GitHub
- URL: https://github.com/totallynotchase/funky-prime-generator
- Owner: TotallyNotChase
- License: bsd-2-clause
- Created: 2020-01-25T08:48:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T11:29:10.000Z (over 6 years ago)
- Last Synced: 2025-08-03T14:41:03.770Z (10 months ago)
- Topics: number-generator, number-theory, numberphile, prime-numbers, riemann-hypothesis
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Funky Primes Generator
This is a collection of curious and kinda cool programs regarding interesting **Prime Sequences**, inspired by [Max Bridgland](https://github.com/M4cs) as he was studying [Glitch Primes](https://www.youtube.com/watch?v=HPfAnX5blO0).
# Prime Sequences
* [Near Repeated Digits](https://github.com/TotallyNotChase/funky-prime-generator/tree/master/near-rep-digit)
# Contribution
Read [CONTRIBUTING.md](https://github.com/TotallyNotChase/funky-prime-generator/blob/master/CONTRIBUTING.md)