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.

A139202 Numbers k such that (k!-7)/7 is prime.

Original entry on oeis.org

7, 9, 20, 23, 46, 54, 57, 71, 85, 387, 396, 606, 1121, 2484, 6786, 9321, 11881, 18372
Offset: 1

Views

Author

Artur Jasinski, Apr 11 2008

Keywords

Comments

a(19) > 25000. - Robert Price, Nov 05 2016

Crossrefs

Programs

  • Mathematica
    a = {}; Do[If[PrimeQ[(n! - 7)/7], Print[a]; AppendTo[a, n]], {n, 1, 300}]; a (*Artur Jasinski*)

Extensions

More terms from Alexis Olson (AlexisOlson(AT)gmail.com), Nov 14 2008
a(13)-a(14) PRPs from Sean A. Irvine, Aug 05 2010
a(15)-a(18) PRP from Robert Price, Nov 05 2016