A123909 Primes of the form k!+11.
13, 17, 131, 5051, 3628811
Offset: 1
Crossrefs
Cf. A088332 - Primes of the form n!+1.
Programs
-
Mathematica
Select[Table[n!+11,{n,1,1000}],PrimeQ[ # ]&]
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Comments