OFFSET
1,1
COMMENTS
If there is more than one choice for Q or P we take the smallest.
EXAMPLE
m=1: 5 <= Q <= 7 <= P <= 9; this gives Q(1)= 5 and P(1)=7 => a(1)=5, a(2)=7
m=2: 17 <= Q <= 21 <= P <= 25; this gives smallest prime in the interval Q(2)= 17 and P(2)=23 => a(3)=17, a(4)=23
CROSSREFS
KEYWORD
nonn
AUTHOR
Ulrich Krug (leuchtfeuer37(AT)gmx.de), Mar 03 2009
EXTENSIONS
163 replaced by 157 and extended by R. J. Mathar, Mar 05 2009
STATUS
approved