Skip to content

Replicate recent findings on last digit of primes numbers

Notifications You must be signed in to change notification settings

rheineke/primes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conda create --name prime python=3.5.1
source activate prime
conda install pandas=0.18.0
conda clean -y --all
pip install --user primesieve

List of largest known primes
http://primes.utm.edu/primes/

About

Replicate recent findings on last digit of primes numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages