Consider the set $\mathcal{E}:=\{n\in\mathbb{N} \text{ such that } n^2+n+41 \text{ is prime}\}$ (this is A056561 on the OEIS).
Now, after some little trial and error, it appears to be well fitted by the graph of $g$ defined by $g(k):=0.1468k+0.2773k^{1.0667}\log(k)^{0.729}$ (where $k\in\mathbb{N}$) in the sense that the following seems to hold:
$\forall n\in\mathcal{E}\cap[\![0;27400]\!], \exists k\in [\![0;10000]\!] \text{ such that } n\in[g(k)-200;g(k)+200]\ \ (*)$
Here is a plot illustrating this:
This seems to be related to the first Hardy-Littlewood conjecture, see the answer of Joriki in this older question, but not quite in the same way as in that answer.
It also has a bit of the flavor of Polymath8b on the existence of bounded intervals with many consecutive primes.
[edit of august 19: it could also be just a consequence of the PNT, which asserts in particular that the $m-$th prime is $p_m\simeq m\log(m)$, so that for any $n\in\mathcal{E}$ there exist some $m$ such that $n^2+n+41=p_m$, so $n\simeq \frac{1}{2}(\sqrt{4p_m-163}-1)\simeq m^{0.5}\log(m)^{0.5}$. But these are not quite the constants in $g$, perhaps due to its additional linear term.]
As such, it might follow from known results, or at least widely believed conjectures, but unfortunately I am not knowledgeable enough to be quite sure.
Can $(*)$ indeed be proved for any $n\in\mathcal{E}$ (i.e. still with a fixed finite amplitude around $g(k)$, perhaps a bit larger than 400) with current technology? Or at least assuming some HL type conjectures?
If yes, what would be an executive-style summary of the proof?
(Just for reference, another related question on MSE, but with the polynomial $n^2-n+41$ instead and about values for which it is not prime, is this one).