0

In a system where a number such as $121$ can be encoded into a Godel number, are there any integers which could never be the result?

As I understand it, we line up the primes and raise these to the digit we wish to encode and then multiply these together to find the Godel encodeing of number.

So $121$ is encoded as follows:

$2^1 * 3^2 * 5^1 \implies 2 * 9 *5 = 90$

So $90$ is the Godel number for $121$.

I am interested to know what integers (if any) could never be a Godel number. Further more, I would like to know if this set of numbers has a name and if they have anything else in common or are useful for anything.

ACB
  • 3,713

1 Answers1

0

Any odd integer (unless leading zeros are allowed) and any integer for which there is at least one prime dividing it ten or more times could never be a Godel number.

In particular, $2^{10}=1024$ cannot be a Godel number, because only digits $0$ to $9$ are allowed.

In case of a negative integer $n$, one should assume that the Godel number of $n$ is just $-m$, where $m$ is the Godel number of $-n$, so that the question still makes sense for negative integers.