If we know the factors of an integer, what is the easiest way to know the factors of the next integer?

95 Views Asked by At

If I want to get the factors of an integer $N+1$, does it help if I already know the unique factorization of $N$? If so, how?