Hello I have a basic number theory question.
- I want to find a list of primes of the form
a, a + d, a + 2d, ... , a + 5d
- So a sequence of at least 6 or greater if I want to select a = 101 then what would I choose as my d to get a sequence of primes (they don't have to be consecutive).
- I am quite lost. Maybe there isn't an answer and it's not possible? I don't know how to find d in this case.