Program to output a subset of the composite numbers

tomusatov at gmail.com tomusatov at gmail.com
Wed Aug 15 09:04:33 EDT 2018


I'm sorry I did not correctly state the subset I was after:

"Composite numbers that are one less than twice a composite."

The output would begin:

DATA	
15, 27, 35, 39, 49, 50, 51, 55, 63, 65, 69, 75, 77, 87, 91, 95, 99, 111, 115, 119, 123, 125, 129, 135, 143, 147, 153, 155, 159, 161, 169, 171, 175, 183, 185, 187, 189, 195, 203, 207, 209, 215, 219, 221



More information about the Python-list mailing list