cp's OEIS Frontend

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.

A123909 Primes of the form k!+11.

Original entry on oeis.org

13, 17, 131, 5051, 3628811
Offset: 1

Views

Author

Alexander Adamchuk, Oct 28 2006

Keywords

Comments

Corresponding numbers k such that k!+11 is prime are {2, 3, 5, 7, 10}.

Crossrefs

Cf. A088332 - Primes of the form n!+1.

Programs

  • Mathematica
    Select[Table[n!+11,{n,1,1000}],PrimeQ[ # ]&]