Factor Histogram
This visualizer counts the number of prime factors (with multiplicity) of each entry in the sequence and creates a histogram of the results.
The number of prime factors with multiplicity is a function commonly called Omega.
The horizontal axis represents values of Omega. Each bar corresponds to a range of possible Omega values (a bin). The height of each bar shows how many entries in the sequence have a corresponding value of Omega.
Parameters
- Bin Size: The size (number of Omega values) for each bin of the histogram.
- First Index: The first index included in the statistics. If the first index is before the first term of the series then the first term of the series will be used.
- Number of Terms: The number of terms included in the statistics. If this goes past the last term of the sequence it will show all terms of the sequence after the first index.
- Mouse Over: This turns on a mouse over feature that shows you the height of the bin that you are currently hovering over, as well as the bin label (i.e., which Omega values are included).
Originally contributed by Devlin Costello.