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.

A094575 Numbers k with property that binomial(2k, k) / (k-1) is an integer.

Original entry on oeis.org

2, 3, 5, 7, 16, 21, 25, 29, 41, 43, 46, 67, 73, 78, 89, 92, 105, 111, 127, 141, 154, 157, 171, 188, 191, 205, 210, 211, 221, 229, 232, 239, 241, 267, 277, 300, 305, 309, 313, 316, 323, 326, 331, 346, 369, 379, 415, 421, 430, 436, 441, 443, 451, 460, 461, 465
Offset: 1

Views

Author

Robert G. Wilson v, May 11 2004

Keywords

Crossrefs

Contains A081767 as a subsequence.

Programs

  • Mathematica
    Select[ Range[468], Mod[Binomial[2#, # ], (# - 1)] == 0 &]