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.

A112862 Primes of the form (2*k)!/(2*(k!)^2)-1.

Original entry on oeis.org

2, 461, 92377, 269128937219, 51913710643776705684835559, 3017467217880703353213932318284163999
Offset: 1

Views

Author

Hugo Pfoertner, Sep 30 2005

Keywords

Comments

The next term (2*306)!/(2*(306!)^2)-1 has 183 decimal digits.

Crossrefs

Programs

  • Mathematica
    Select[Table[(2n)!/(2(n!)^2)-1, {n, 70}],PrimeQ] (* James C. McMahon, Jun 13 2024 *)