There are different versions of the Halting Problem:
1) $\{ P \mid\text{there exists $i$ such that $P$ halts on $i$} \}$,
2) $\{ (P,k) \mid \text{there are less than $k$ inputs that $P$ halts on} \}$,
3) $\{ (P,k) \mid \text{there are $k$ (or more) inputs that $P$ halts on} \}$, and
4) $\{ P \mid P \text{ halts on } 0 \}$.
(1) is the standard problem in most books I've read. The proof that (1) is recognizable is just: Run P on i and accept if P halts.
Can someone show me the proofs for the other 3 (assuming they are recognizable...)