login
A123909
Primes of the form n!+11.
0
13, 17, 131, 5051, 3628811
OFFSET
1,1
COMMENTS
Corresponding numbers n such that n!+11 is prime are {2, 3, 5, 7, 10}.
MATHEMATICA
Select[Table[n!+11, {n, 1, 1000}], PrimeQ[ # ]&]
CROSSREFS
Cf. A088332 - Primes of the form n!+1.
Sequence in context: A289866 A210547 A202136 * A176555 A237423 A342725
KEYWORD
fini,nonn
AUTHOR
Alexander Adamchuk, Oct 28 2006
STATUS
approved