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.

A133881 Even numbers k such that binomial(k+p,k) mod k = 1, where p=10.

Original entry on oeis.org

4, 68, 164, 260, 292, 356, 388, 452, 484, 516, 548, 676, 708, 772, 836, 932, 964, 1028, 1060, 1124, 1156, 1252, 1348, 1412, 1444, 1508, 1572, 1604, 1636, 1732, 1796, 1828, 1892, 1924, 2084, 2116, 2244, 2276, 2308, 2372, 2404, 2468, 2564, 2596, 2692, 2756
Offset: 1

Views

Author

Hieronymus Fischer, Oct 16 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Select[2*Range[1500],Mod[Binomial[10+#,#],#]==1&] (* Harvey P. Dale, Jun 05 2023 *)