Experiment with quadratic expression $ax^2+bx+c$ motivated by Euler's prime generating polynomial $n^2+n+41$
Given that $\color{red}{p(n)=4n^2-4n-1}$
Conjecture: There is always an integer $n$ value range from $\color{blue}{5k+1}$ to $\color{blue}{5k+5}$, for $k\ge0$, that $p(n)$ will always give at least a prime number.
For examples
$k=0$, $n:1-5$ : [$p(2)=7$]
$k=1$, $n:6-10$ :[$p(7)=167$]
$k=2$, $n:11-15$ :[$p(11)=439$]
$k=100$, $n:501-505$:[$p(502)=1006007$]
So far the conjecture seem correct, but we are trying to find an example where it does not give a prime number but seem not working, hence we naturally ask the question
How does one prove or disprove this conjecture?