Prime Factors
Operation Without Filter Condition

When no filter condition is set the program examines all numbers in the specified range from the start number to the end number. For example, the input shown at right produces (by clicking on the Factor, display, count or plot button) the following output (in about a second):


When the Show number of prime factors option is selected (and the Factor button is clicked on) we get:

With 'Show number of prime factors'

Of the two numbers in parentheses, e.g. (5, 1.123) in the 2nd line, the first number is the number of prime factors (in this example there are five: 2, 3, 5, 11 and 3,741,113). The second number is the EK value (defined here).


When the Display primes only option is selected we obtain:


Requesting prime pairs only on the same range of numbers produces the following output:

The largest prime pair which can be discovered using this program is 2,147,482,949 and 2,147,482,951.  It is not known whether there are an infinite number of prime pairs, but this is conjectured to be so.


Prime Factors allows you to find all proper factors of a number (i.e., all factors other than 1 and the number itself). E.g.:

factors of 12,367,296

You can get all proper factors of a range of numbers, e.g.:


A lengthy output can be copied to the clipboard and then pasted into a word processor such as Notepad or Wordpad (from which it can be printed or saved to disk). The text in the output window is editable, so you can delete parts of it or add comments as needed. The state of the program can be saved at any time, allowing you to explore another line of thought and then return to the saved state by restoring it. The program saves its state when you quit and restores it when it starts up again.


As regards speed, here are some timing results (all from runs on a 600 MHz Pentium III PC):

If a calculation goes on for too long then it can be stopped by clicking on a Stop button:


Prime Factors Home Page