rename statics/euler and sync b93 code with main repo
This commit is contained in:
5
www/statics/euler/Euler_Problem-046_explanation.md
Normal file
5
www/statics/euler/Euler_Problem-046_explanation.md
Normal file
@@ -0,0 +1,5 @@
|
||||
I really missed my [sieve of erastothenes](http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes). There were really a few problems without primes in a row.
|
||||
|
||||
In this problem we go through all primes `i`, search through all smaller primes `j` were `(i-j)/2` is a quadratic number. If you can't find one, this falsifies the theorem.
|
||||
|
||||
Also we use the code from problem 46 to calculate the integer square root.
|
||||
Reference in New Issue
Block a user