i found an old snippet but not working in latest python
problem wtih concatenation?
p1= [2] + range(3,N,2)
is there some way to convert this range to add it to the list
using latest python and work hopefully
this is supposed to be a fast algo hope it can still be fast after conversion!
thanks