|
Search: id:A123909
|
|
|
| A123909 |
|
Primes of the form n!+11. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
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: A060569 A108265 A069853 this_sequence A131019 A037158 A066469
Adjacent sequences: A123906 A123907 A123908 this_sequence A123910 A123911 A123912
|
|
KEYWORD
|
fini,nonn
|
|
AUTHOR
|
Alexander Adamchuk (alex(AT)kolmogorov.com), Oct 28 2006
|
|
|
Search completed in 0.002 seconds
|