A108697 Numbers n such that a^r + b^r + c^r + ... is prime, where a*b*c* ... is the prime factorization of n and r is the product of the nonzero digits of n.
10, 11, 12, 14, 22, 40, 54, 101, 122, 136, 250, 261, 300, 328, 500, 539, 704, 720, 850, 1001, 1016, 1020, 1110, 1112, 1140, 1210, 1402, 2121, 2211, 2220, 2254, 2400, 3081, 3114, 3311, 4011, 4100, 4180, 4510, 6231, 9093, 10110, 10111, 10112, 10203, 10216
Offset: 1
Examples
22 is in the sequence because 22 = 2*11 and 2^(2*2) + 11^(2*2) = 14657, a prime.
Extensions
More terms from David Wasserman, May 22 2008
Comments