Example #1
0
 public P204(long max)
 {
     this.max = max;
     primes   = Primes.getPrimesList((long)(Math.Sqrt(max) + 1));
 }