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.

A290117 Primes of the form k! / 4 - 1.

Original entry on oeis.org

5, 29, 179, 1259, 10079, 907199, 326918591999, 1600593426431999, 6463004184721244159999
Offset: 1

Views

Author

Robert Price, Jul 19 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Table[i! / 4 - 1, {i, 4, 100}], PrimeQ[#]&]

Formula

a(n) = (A139199(n)!-4)/4.