Looking at Eulers prime generating polynomial
$\large n^2-n+41$
it generates these primes $n\in$ $[0,40]$
41, 41, 43, 47, 53, 61,..., 1447, 1523, 1601
I started to look for my own polynomial of the form
$an^2-bn+c$
and noticed that Eulers primes can be labeled with sequential odd numbers
1 3 5 7 9 ... 75 77 79
41, 43, 47, 53, 61,..., 1447, 1523, 1601
Setting the last pair $b=79$ and $c=1601$ yields this formula
$n^2-79n+1601$
and found it produced $80$ non-distinct primes for $n\in [0,79]$ which is the longest prime chain I could find.
Questions
Why does the last Euler number $1601$ paired with an odd number $79$ yield
$\large n^2-79n+1601$
Do other polynomials follow a similar pattern to create prime chains greater than $80$?