%I #2 Mar 31 2012 13:20:33
%S 13,17,131,5051,3628811
%N Primes of the form n!+11.
%C Corresponding numbers n such that n!+11 is prime are {2, 3, 5, 7, 10}.
%t Select[Table[n!+11,{n,1,1000}],PrimeQ[ # ]&]
%Y Cf. A088332 - Primes of the form n!+1.
%K fini,nonn
%O 1,1
%A _Alexander Adamchuk_, Oct 28 2006