Primes (Landau’s trick)
List down systematically the primes below n < 4,000
Start with 2
2×2= 4 => take 3 (<4)
< 2×3 =6 => 5
< 2×5 =10 =>7
< 2×7 =14 => 13
…
23, 43, 83, 163, 317, 631, 1259, 2503, (4001)
Primes (Landau’s trick)
List down systematically the primes below n < 4,000
Start with 2
2×2= 4 => take 3 (<4)
< 2×3 =6 => 5
< 2×5 =10 =>7
< 2×7 =14 => 13
…
23, 43, 83, 163, 317, 631, 1259, 2503, (4001)