Quote:
Originally Posted by rogue
I believe that you can use fnsievecl. It is fixed k, b, and n with variable c. You can convert k*b^n+c to b^n+c/k by computing the numerical inverse.
|
So I need sieve program that can made
K=2-200000
b=10
n=1000000
c=1
fncievecl cannot do that