Let the following function be given:
$f(x) = \begin{cases} 1 & \mbox{if } \forall n \Phi_x(n+1) \uparrow \mbox{ or } \Phi_x(n+2) \uparrow \\ \uparrow & \mbox{otherwise} \end{cases}$
Define an auxiliary function $h$ as follows:
$h(x,y) = \begin{cases} 1 & \mbox{if } y = 0 \mbox{ or } \Phi_x(x) \downarrow \\ \uparrow & \mbox{if } y > 0 \mbox{ and } \Phi_x(x) \uparrow \end{cases}$
Since $h$ is computable, there is an index $i$ s.t. $\Phi_i(x,y) = h(x,y)$ $\forall x,y \in \mathbb{N}$. By the s-m-n theorem we have $\Phi_{s(i,x)}(y) = \Phi_i(x,y)$. Due to $s(i,x)$ being total and computable, it follows from the fixed-point theorem that there is some $p \in \mathbb{N}$ s.t. $\Phi_{l(p)} = \Phi_p$, where $l(x) = \lambda x.s(i,x)$. Now, assume that $f$ is computable, then
$f(p) = \begin{cases} 1 & \mbox{if } \forall n \Phi_p(n+1) \uparrow \mbox{ or } \Phi_p(n+2) \uparrow \\ \uparrow & \mbox{otherwise} \end{cases}$
$\ = \begin{cases} 1 & \mbox{if } \forall y \Phi_p(y+1) \uparrow \\ \uparrow & \mbox{otherwise} \end{cases}$
$\ = \begin{cases} 1 & \mbox{if } \Phi_p(p) \uparrow \\ \uparrow & \mbox{otherwise} \end{cases}$
If $f$ were computable, then the complement of the halting problem would be recursively enumerable. Contradiction!