I need to calculate the Dirichlet density of the set of primes $p$ of the form $p = n^2 +1$ (in fact show it is zero), but I have no idea how to go about it. My definition of Dirichlet density of a set of primes X is:
$dens(X)= \lim_{s\rightarrow 1^+}\frac{\Sigma_{p\in X}\frac{1}{p^s}}{log(\frac{1}{s-1})}$
I cant figure out how on earth to calculate that sum over primes. I suspect I'm not supposed to calculate it explicitly, so I thought of putting a bound on the sum which converges to a finite limit, but got nowhere.
My other thought is that the set of primes in question is a proper subset of the set of primes p such that (-1) is a square modulo p, and this has density of 1/2. But I don't know where to go from here. Please could anyone point me in the right direction?
Thanks!