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.

A282346 Least number m > 1 such that the central binomial coefficient C(2m,m) is divisible by m^n.

Original entry on oeis.org

2, 924, 154836, 227736432, 84331608790, 1138842118714300
Offset: 1

Views

Author

Keywords

Comments

Equivalently, least number m > 1 such that the m-th Catalan number C(2m,m)/(m+1) is divisible by m^n. - Lucian Craciun, Mar 01 2017
a(6) <= 4380346834858680. - David A. Corneth, Mar 04 2017
a(7) <= 2404760413443713325. - Giovanni Resta, Mar 16 2017

Crossrefs

Programs

  • Mathematica
    f[n_] := Block[{k = 2}, While[Mod[Binomial[2k, k], k^n] > 0, k++]; k]

Extensions

a(4)-a(5) from Giovanni Resta, Feb 23 2017
a(6) from Giovanni Resta, Mar 15 2017