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.

A125243 Numbers k such that binomial(5k, k) + 1 is prime.

Original entry on oeis.org

0, 22, 86, 154, 160, 488, 705, 958, 975, 1262, 1932, 2845, 12718, 14434, 20337, 38834, 40433, 44874, 68279, 68724, 89911, 104765
Offset: 1

Views

Author

Alexander Adamchuk, Nov 25 2006

Keywords

Comments

a(22) > 100000. - Robert Price, Mar 20 2025

Crossrefs

Programs

  • Mathematica
    Do[f=Binomial[5n, n]+1; If[PrimeQ[f], Print[n]], {n, 1, 1000}]

Extensions

More terms from Ryan Propper, Jan 05 2007
a(1)=0 prepended and a(13)-a(18) added by Robert Price, May 11 2019
a(19)-a(21) from Robert Price, Mar 20 2025
a(22) from Georg Grasegger, May 06 2025