OFFSET
1,1
COMMENTS
The next term a(7) has 96 digits and is too large to be displayed here. a(8) has 351 digits.
EXAMPLE
4!+4^4+4-1 = 283 is prime and therefore in the sequence.
MATHEMATICA
Do[p=n!+n^n+n-1; If[PrimeQ[p], Print[p]], {n, 150}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Marco Ripà, Mar 11 2011
STATUS
approved