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.

A051857 Numbers n such that (n!)^2-n!+1 is prime.

Original entry on oeis.org

2, 3, 5, 7, 38, 2319, 2996, 3321, 3892
Offset: 1

Views

Author

Andrew Walker (ajw01(AT)uow.edu.au), Dec 13 1999

Keywords

Comments

a(1)-a(9) are verified primes using BLS option in pfgw. - Robert Price, Aug 24 2014
a(10) > 15000. - Robert Price, Aug 24 2014

Crossrefs

Programs

  • PARI
    isok(n) = isprime((n!)^2-n!+1); \\ Michel Marcus, Aug 26 2013

Extensions

a(7)-a(9) from Robert Price, Aug 24 2014