3
¿Cómo se puede decidir si tiene alguna secuencia de dígitos?
Nos dieron el siguiente ejercicio. Dejar f(n)={100n occurs in the decimal representation of πelsef(n)={10n occurs in the decimal representation of π0else\qquad \displaystyle f(n) = \begin{cases} 1 & 0^n \text{ occurs in the decimal representation of } \pi \\ 0 & \text{else}\end{cases} Demuestre que es computable.fff ¿Cómo es esto posible? Hasta …