I believe the original 15k candidate list was produced by calculating the weights of all k divisible by 15 up to a certain limit and removing all of those k's with a weight lower than some cutoff.
There is a program available online called psieve that will compute the weights of a sequence of k values. You should check it out...
regards,
masser
|