1

Let n be a positive integer and let s(n) be the digit's sum of n. Is there a prime number of the form $n^n+s(n)^{s(n)}$ ? after the trivial one $1^1+1^1$ ?, I've checked n up to $2500$ without finding a prime anymore (!). I found that numbers of such form often divisible by small primes below $100$, and occasionally they have large least prime factor, but after that they become divisible by small primes again (very often!). Is there a prime number of such form after the trivial one 2 ?

1 Answers1

0

I'm just stating a few trivial facts:

If $n$ is divisible by $3$ then clearly the number is not prime as it's divisible by 3 and greater than $3$.

If $n$ and $s_n$ are both even then also it's not prime.

For a general proof, I believe a mathematical proof is way very difficult and wouldn't be elementary.

Arpan1729
  • 3,414
  • 2
    In place of your second point, you might say that if $n$ and $s_n$ have the same parity, then it's not prime (except for $n=1$). – Barry Cipra May 12 '17 at 22:22