OFFSET
1,1
COMMENTS
Terms correspond to k = 1, 2, 3, 8, 9, 15, 16, 219, ...
a(8) is approximately 9.8*10^512 (see the b-file).
LINKS
Eric Chen, Table of n, a(n) for n = 1..8
PROG
(PARI) xp1toxm1(n)= { forstep(x=2, n, 1, y=(x+1)^x + x^(x-1); if(isprime(y), print1(y" ")) ) }
CROSSREFS
KEYWORD
nonn
AUTHOR
Cino Hilliard, Aug 30 2003
EXTENSIONS
Leading prime 3 added by Michel Lagneau, Nov 17 2010
STATUS
approved