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.

A092826 Prime Apery numbers.

Original entry on oeis.org

5, 73, 12073365010564729, 10258527782126040976126514552283001
Offset: 1

Views

Author

Eric W. Weisstein, Mar 07 2004

Keywords

Comments

The next term is too large to include.
The next term has more than 3800 digits. - Harvey P. Dale, Sep 13 2020

Crossrefs

Cf. A005259.

Programs

  • Mathematica
    Select[Table[Sum[Binomial[n,k]^2 Binomial[n+k,k]^2,{k,0,n}],{n,25}],PrimeQ] (* Harvey P. Dale, Sep 13 2020 *)