Set $a$ and $b$ so that for each $k$, with $ a < k \leq a + b $,
there exist $ x $ and $ y $ with $ x \geq 2 $ and $ y \geq 1 $ such that $ k = 6xy + x -y $
Is it possible to proof that, set $a$, there is a value of $b$ for which this cannot happen?
For example by proving that $ b> c $
with $c$ maximum number of $k$ possible values that can be obtained for $ a < k \leq a + b $
Edit
I checked for $a <10000$ that $b < \sqrt{a}$
in fact for $$a<k \leq a+\sqrt{a}$$ the number of possible values for $k=6xy+x-y$ are lower than $c$ and $c<\sqrt{a}$
$c = \sum \limits_{\substack{x=2 \\ 6x-1 \text { prime}}}^{\left\lfloor{\frac{a+\lfloor\sqrt{a}\rfloor+1}{7}}\right\rfloor} {\left\lfloor \frac{\displaystyle a+\lfloor\sqrt{a}\rfloor-x}{ \displaystyle 6x-1}\right\rfloor } - \sum \limits_{\substack{x=2 \\ 6x-1 \text { prime}}}^{\left\lfloor{\frac{a+1}{7}}\right\rfloor} { \left\lfloor \frac{\displaystyle a-x}{ \displaystyle 6x-1}\right\rfloor}+ \sum \limits_{\substack{z=1 \\ 6z+1 \text { prime}}}^{\left\lfloor{\frac{a+\lfloor\sqrt{a}\rfloor-6}{35}}\right\rfloor} { \left\lfloor \frac{\displaystyle a+\lfloor\sqrt{a}\rfloor-(5z+1)}{ \displaystyle 6(5z+1)-1}\right\rfloor } -\sum \limits_{\substack{z=1 \\ 6z+1 \text { prime}}}^{\left\lfloor{\frac{a-6}{35}}\right\rfloor} {\left\lfloor \frac{\displaystyle a-(5z+1)}{ \displaystyle 6(5z+1)-1}\right\rfloor }$
Is it possible to find a value of the upper limit of $c$ to verify it is always less than $\sqrt{a}$?