Not totally sure about this...but.....here's my best attempt...
abs [ 2n^2 + 23n + 11 ] factor
abs(2n + 1) * abs(n + 11)
Note that this will be a possible prime if either factor = ±1
But 2n + 1 will = 1 only when n = 0.....and the other factor will = abs ( 11 ) = 11
So....when n = 0, the result will be prime, i.e, 11
And 2n + 1 will equal - 1 when n = -1.....and the other factor will = abs(-1 + 11) = 10......but this isn't prime
And n + 11 will equal 1 when n = -10
And the other factor will be 2(-10) + 1 = -19 which is prime for abs (2n + 1) = abs (2*-10 + 1) =
abs(-19) = 19
And n + 11 will = - 1 when n = -12 ....so abs (-12 + 11) = abs(-1) = 1
And the other factor will be abs (2(-12) + 1) = abs (-23) = 23
So.....this will be prime when n = -12
So.....the integers producing prime results for abs [ 2n^2 + 23n + 11 ] are
n = 0 , n = -10 and n = -12
EDITED ANSWER.....still don't know if it's correct, or not....!!!!!!
