This question came from the answer I've given to the question An easy example of a non-constructive proof without an obvious "fix"?.
Rereading my answer I had some doubt about the existence of an uncomputable integer number, as that proposed in my answer. For convenience I report here the definition:
Let $\gamma$ be a real number defined as, say: $\gamma= > 12.23873560031\cdots$ and define: $c=3*10^2+3*10^5+3*10^{10}+\cdots$ where we have chosen the digit $3$, but it could be any digit, and the exponents of $10$ are the positions of this digit in the decimal expansion. Then $c$ may be a number or not, depending on whether this expansion has a finite number of $3$s in its expansion. If we chose $ > \gamma= \zeta(5)$ (the Riemann zeta function), we don't know today if it has a finite number of digits $3$ (so far as I know), so we don't know if $c$ is a number or not. If someone proves that $\zeta(5)$ actually has a finite number of $3$ in its expansion then we will have two possibilities: The proof is not be constructive, i.e. we cannot find the position of the last $3$, and $c$ is really a number but it is a non-computable integer. Or the proof is constructive and we know the position of the last $3$ and the number $c$ is computable.
Searching on the web for "uncomputable integers" I've not found pertinent pages (while there are a lot of pages for "uncomputable numbers", but related to real numbers).
So, there exist uncomputable integer numbers or my answer was completely wrong?
print 0
print 1
print 2
... will print $BB(2000)$. We don't know which one, but that's just our state of knowledge and not the program's fault. – Jair Taylor Jun 27 '22 at 23:48