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.

A094144 Numbers n such that n!! - 2 is prime.

Original entry on oeis.org

5, 7, 15, 17, 19, 51, 73, 89, 131, 153, 245, 333, 441, 463, 825, 1771, 2027, 9157, 10875, 20515
Offset: 1

Views

Author

Lekraj Beedassy, May 04 2004

Keywords

Comments

a(21) > 50000. - Robert Price, Apr 14 2015

Crossrefs

Cf. A076185.

Programs

  • Mathematica
    Select[Range[0, 50000], PrimeQ[#!! - 2] &] (* Robert Price, Apr 14 2014 *)

Extensions

Corrected by Robert G. Wilson v, May 05 2004
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 03 2008