Between the primes lie the composites: 4, 6, 8, 9, 10, 12, 14, 15, 16, 18... every integer above 1 that has a divisor other than 1 and itself. Primes get all the attention, yet composites are the majority - more than 88 of every hundred integers, and their share only grows. Each one decomposes: 12 is 2 x 2 x 3, 15 is 3 x 5, 49 is 7 x 7 - and the smallest factor involved announces the composite immediately.
Composite Numbers Generator enumerates the composite list exactly, with one fast trial-division pass per run and the smallest prime factor for every term. Choose a start index and a count of up to 20,000 terms; every row shows rank, value and factor, and the whole run copies or downloads as index equals value lines.