srinivasskc
Srinivas Kadiyala
The function p
on non-negative integer n is defined in the following way: the units digit of n is the exponent of 2 in the prime factorization of p
, the tens digit is the exponent of 3, and in general, for positive integer k, the digit in the
place of n is the exponent on the k th smallest prime in the prime factorization of p
.
for each instance,
. What is the smallest positive integer that is not equal to p
for any permissible n?
A) 1
B) 29
C) 31
D) 1,024
E) 2,310




for each instance,


A) 1
B) 29
C) 31
D) 1,024
E) 2,310