OFFSET
2,1
COMMENTS
Conjecture: 2,3,5,7,11,13,17,19 are the only 1 and 2 digit primes in the sequence. The smallest 8 prime power less 2n primes PPL2NP?
PROG
(PARI) primeptop2n(n) = { forstep(m=2, n, 2, forprime(x=2, n, y=x^x-m; if(isprime(y), print1(y", "); break); ) ) }
CROSSREFS
KEYWORD
nonn
AUTHOR
Cino Hilliard, Nov 23 2003
STATUS
approved