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.

A046098 Numbers n such that central binomial coefficient C(n, floor(n/2)) is squarefree.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 7, 8, 11, 17, 19, 23, 71
Offset: 1

Views

Author

Keywords

Comments

No other n < 10^8. - T. D. Noe, Apr 06 2007

Crossrefs

Cf. A001405.
Cf. A056651 (cubefree central binomial coefficients).

Programs

  • Mathematica
    Select[Range[0, 100], SquareFreeQ[Binomial[#,Floor[#/2]]]&] (* Harvey P. Dale, Mar 11 2011 *)
  • PARI
    is(n)=issquarefree(binomial(n,n\2)) \\ Charles R Greathouse IV, Jul 16 2011

Extensions

0 added by T. D. Noe, Mar 06 2014