home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / tests / general / sieve.std < prev    next >
Text File  |  2001-05-02  |  188b  |  28 lines

  1. There are 25 primes in the first 100 integers.
  2. The primes are:
  3.    2
  4.    3
  5.    5
  6.    7
  7.   11
  8.   13
  9.   17
  10.   19
  11.   23
  12.   29
  13.   31
  14.   37
  15.   41
  16.   43
  17.   47
  18.   53
  19.   59
  20.   61
  21.   67
  22.   71
  23.   73
  24.   79
  25.   83
  26.   89
  27.   97
  28.