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.

A121931 Numbers k such that (k!)^8 + 1 is prime.

Original entry on oeis.org

0, 1, 2, 58, 75, 347
Offset: 1

Views

Author

Alexander Adamchuk, Sep 10 2006

Keywords

Comments

Corresponding primes of the form (k!)^8 + 1 are {2,2,257,...}.
a(7) > 7000. - Robert Price, Aug 26 2014

Crossrefs

Programs

  • Mathematica
    Do[f=(n!)^8+1;If[PrimeQ[f],Print[{n,f}]],{n,1,75}]

Extensions

a(6) from Ryan Propper, Jan 03 2008