Skip to content

Paper about prime numbers and how they can be calculated recursively.

License

Notifications You must be signed in to change notification settings

Samdney/primescalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

primescalc

Paper about prime numbers and how they can be calculated recursively.

About the paper

The content of this repository is a draft (working) paper about how prime numbers can be calculated recursively. It's an on-going documentation of my private research work, hence it can contain mistakes or switching of notations, etc..

Main document: https://github.com/Samdney/primescalc/blob/master/doc/primescalc.pdf
id: notes_0000

Summary

What are prime numbers?

"A prime number (or a prime) is a natural number greater than 1 that has no positive divisors other than 1 and itself. A natural number greater than 1 that is not a prime number is called a composite number." [Pri]

[Pri] https://en.wikipedia.org/wiki/Prime_number

About

Paper about prime numbers and how they can be calculated recursively.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages