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.

A086655 (binomial(2*p,p)-2)/(2*p) where p runs through the primes.

Original entry on oeis.org

1, 3, 25, 245, 32065, 400023, 68635477, 930138521, 178987624513, 518401146543811, 7506908923471953, 23596358977508462295, 5180299766448679532059, 77180849825857621779893, 17294692982395428197325697, 59174764703889164618206676203, 206412709386903552066428869508701
Offset: 1

Views

Author

Benoit Cloitre, Sep 11 2003

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(Binomial[2*p, p] - 2)/(2*p), {p, Prime[Range[18]]}] (* Amiram Eldar, Apr 21 2025 *)

Formula

a(n) = A022553(prime(n)).

Extensions

Typo in definition corrected by Vladimir Shevelev, Sep 05 2010