I was looking for primes of the form $3^n + n^3$ or equivalently of the form $9^m + 8 m^3$.
I was not able to find any ??
How many exist ?
What are the first few ?
It seems like a trivial thing I missed. Or maybe not since it somewhat resembles questions about fermat primes or mersenne primes. My intuition feels like there should be a mod argument or infinite descent. I listed a few factorizations but found no patterns.
Any help would be greatly appreciated!
You are looking at a special case of $x^y+y^x$.
For $x=3$, it is prime for $y=2, 56, 10112, 63880, 78296, 125330, 222748,\dots$ (see A253471).
For general $x,y\gt 1$, these are called Leyland primes (see A094133 and prime wiki).
Citing Paul Leyland:
As with most types of primes, it is not known if there are infinitely many of these or not. This will likely remain unproven unless there is a big breakthrough.