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.

A133634 Nonprime numbers k such that binomial(k+p,k) mod k = 1, where p=4.

Original entry on oeis.org

10, 25, 26, 34, 35, 49, 50, 55, 58, 65, 74, 77, 82, 85, 91, 95, 98, 106, 115, 119, 121, 122, 125, 130, 133, 143, 145, 146, 154, 155, 161, 169, 170, 175, 178, 185, 187, 194, 202, 203, 205, 209, 215, 217, 218, 221, 226, 235, 242, 245, 247, 250, 253, 259, 265, 266
Offset: 1

Views

Author

Hieronymus Fischer, Sep 30 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[300],!PrimeQ[#]&&Mod[Binomial[#+4,#],#]==1&] (* Harvey P. Dale, Oct 09 2011 *)