1
0

rename statics/euler and sync b93 code with main repo

This commit is contained in:
2017-11-20 17:38:54 +01:00
parent 0efeb3afeb
commit 69e3f51730
409 changed files with 745 additions and 509 deletions

View File

@@ -0,0 +1,14 @@
The first two consecutive numbers to have two distinct prime factors are:
~~~
14 = 2 × 7
15 = 3 × 5
~~~
The first three consecutive numbers to have three distinct prime factors are:
~~~
644 = 2 × 2 × 7 × 23
645 = 3 × 5 × 43
646 = 2 × 17 × 19.
~~~
Find the first four consecutive integers to have four distinct prime factors. What is the first of these numbers?