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.

A259359 Numbers n such that n!!-8 is prime.

Original entry on oeis.org

5, 7, 9, 19, 41, 43, 83, 89, 91, 143, 299, 307, 341, 381, 585, 995, 1019, 1027, 2043, 4301, 6275, 11157, 11621, 12315, 17505, 24771, 30535, 38635
Offset: 1

Views

Author

Robert Price, Jun 24 2015

Keywords

Comments

Corresponding primes are 7, 97, 937, 654729067, 13113070457687988603440617, ... .
a(29) > 50000.

Crossrefs

Programs

  • Mathematica
    Select[Range[5,1000],PrimeQ[#!!-8]&]